Back to Freecodecamp

Task 52

curriculum/challenges/english/blocks/learn-about-speculation-and-requests/67efdab408e37f1cc9b09ac3.md

latest1.5 KB
Original Source
<!-- (audio) Jessica: Hey Jake, we had a security breach reported last night. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Hey Jake, we had a BLANK reported last night.

--blanks--

security breach

--feedback--

This two-word phrase means unauthorized access or a violation of security.

--explanation--

A security breach happens when someone gains unauthorized access to information, systems, or networks. It is an important term in cybersecurity. For example:

A weak password caused the security breach. - The system was not safe because of an easy password, and someone broke in.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jessica",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_17-2.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 3.26
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 4.26,
      "dialogue": {
        "text": "Hey Jake, we had a security breach reported last night.",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 4.76
    }
  ]
}