Back to Freecodecamp

Task 95

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

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

--description--

A security incident is an event that may be harmful to the safety or security of a company or organization. For example, A security incident like a stolen password needs to be reported immediately.

Note on harm and harmful:

Harm means damage or injury to someone or something. It refers to causing a negative effect or putting someone or something at risk. For example:

Touching hot surfaces can cause harm. - This means that touching hot surfaces can lead to injury or damage.

Harmful is an adjective used to describe something that can cause harm. It means dangerous or risky in a way that could lead to damage or injury. For example:

Smoking is harmful to health. - This indicates that smoking can cause health problems or damage.

These terms are often used to discuss safety and risks, especially in contexts like health, security, and the environment.

--questions--

--text--

What is a security incident?

--answers--

A regular company meeting.

--feedback--

Security incidents are about safety risks, not regular meetings.


A celebration at the office.

--feedback--

Security incidents are related to safety issues, not celebrations.


A new project launch.

--feedback--

Security incidents are about risks, not project starts.


A problem or event that could harm security.

--video-solution--

4

--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
    }
  ]
}