Back to Freecodecamp

Task 99

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

latest1.7 KB
Original Source
<!-- (audio) James: If you see any security breaches or incidents, you have to report them immediately. -->

--description--

A security breach is when someone gets unauthorized access to a system or data. This can be a big problem in workplaces, especially when it involves private information. For example:

A security breach occurred when an outsider accessed confidential files. - This means there was a problem with security because someone from outside got into private files.

--questions--

--text--

What is a security breach?

--answers--

A new security system.

--feedback--

A breach is about breaking security, not setting it up.


A meeting about safety.

--feedback--

A breach is an incident, not a meeting.


Unauthorized access to systems or data.


A reward for good security.

--feedback--

A breach is a problem, not a reward.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "interview-room2.png",
    "characters": [
      {
        "character": "James",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.1-4.mp3",
      "startTime": 1,
      "startTimestamp": 44.84,
      "finishTimestamp": 49.64
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 5.80,
      "dialogue": {
        "text": "If you see any security breaches or incidents, you have to report them immediately.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 6.30
    }
  ]
}