Back to Freecodecamp

Task 51

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

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

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What happened last night?

--answers--

Jessica and Jake fixed a security issue.

--feedback--

Jessica didn't mention that they fixed a breach.


A new security system was installed.

--feedback--

There is no mention of installing a new system.


The team conducted a security check.

--feedback--

Jessica did not mention a security check.


A security breach was reported.

--video-solution--

4

--explanation--

To find the correct answer, listen for the key words in Jessica's sentence: we had a security breach reported.

The word reported is important. It means someone noticed the problem and told others about it.

Jessica doesn't say the breach was fixed, checked, or that a new system was installed. She only says it was reported.

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