Back to Freecodecamp

Task 112

curriculum/challenges/english/blocks/learn-how-to-use-modal-verbs/67d7eb2f00bc0978cb920959.md

latest1.7 KB
Original Source
<!-- (audio) Lisa: Sure, Jake. Do we know when the breach occurred? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Lisa asking?

--answers--

She wants to know when the breach happened.


She wants to know how the breach was fixed.

--feedback--

Lisa is not asking about how the breach was resolved.


She is asking if the breach was serious.

--feedback--

Lisa does not mention the severity of the breach.


She is confirming if the system is secure now.

--feedback--

Lisa is not focused on whether the system is safe now.

--video-solution--

1

--explanation--

Lisa's question means she is asking about the time the security breach happened.

Do we know...? is used to check if information is available.

When the breach occurred refers to the time when the problem happened.

By asking this, Lisa is trying to gather key details to help with the investigation.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Lisa",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_14-3.mp3",
      "startTime": 1,
      "startTimestamp": 7.02,
      "finishTimestamp": 9.36
    }
  },
  "commands": [
    {
      "character": "Lisa",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lisa",
      "startTime": 1,
      "finishTime": 3.34,
      "dialogue": {
        "text": "Sure, Jake. Do we know when the breach occurred?",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 3.84
    }
  ]
}