Back to Freecodecamp

Task 1

curriculum/challenges/english/blocks/learn-how-to-use-reported-speech/68272177369758aa9461184b.md

latest1.8 KB
Original Source
<!-- (Audio) Sophie: Hi, Brian. I just spoke with Jake about the security breach we had last week. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Hi, Brian. I just spoke with Jake about the security BLANK we had last week.

--blanks--

breach

--feedback--

Preceded by security, this means a failure in a system or protection, often used when someone breaks into a secure place or data.

--explanation--

A security breach happens when someone got past protection or security, usually by hacking or entering without permission. For example:

The company reported a major security breach after hackers accessed customer data. – This means someone entered the company's protected system and saw information they shouldn't have.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_21-1.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 3.94
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 2.94,
      "dialogue": {
        "text": "Hi, Brian. I just spoke with Jake",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "startTime": 2.94,
      "finishTime": 4.94,
      "dialogue": {
        "text": "about the security breach we had last week.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 5.44
    }
  ]
}