Back to Freecodecamp

Task 97

curriculum/challenges/english/blocks/learn-how-to-talk-about-a-typical-workday-and-tasks/657e5bb8ac166ee76a69be96.md

latest1.6 KB
Original Source
<!-- (audio) Linda: Do we have to report every security incident? -->

--description--

An incident is an event that happens unintentionally, but it may or may not cause damage, harm, or injury. For example:

There was a small incident at the meeting, but it was quickly resolved. - Here, incident refers to something unusual that didn't necessarily cause any harm.

A similar word is accident, which is an event that also happens unintentionally, but it always results in damage, injury, or harm. For example:

She broke her arm in a skiing accident. - Here, accident highlights that the injury happened unexpectedly and caused harm.

In short, every accident is an incident, but not every incident is an accident.

--fillInTheBlank--

--sentence--

Do we have to report every security BLANK?

--blanks--

incident

--feedback--

It's an event that could be harmful to safety or security.

--scene--

json
{
  "setup": {
    "background": "interview-room2.png",
    "characters": [
      {
        "character": "Linda",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.1-4.mp3",
      "startTime": 1,
      "startTimestamp": 40.84,
      "finishTimestamp": 42.98
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 3.14,
      "dialogue": {
        "text": "Do we have to report every security incident?",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 3.64
    }
  ]
}