Back to Freecodecamp

Task 106

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

latest1.8 KB
Original Source
<!-- (audio) Jake: We need to find out how this happened. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Jake saying?

--answers--

They have already fixed the issue.

--feedback--

Jake is not talking about solving the problem yet.


They are not concerned about the issue.

--feedback--

Jake clearly shows concern.


They want to upgrade the system.

--feedback--

Jake is not focused on making improvements.


They must investigate the issue.

--video-solution--

4

--explanation--

Jake emphasizes the urgency of investigating the security breach.

Need to + verb is a common structure used to express something important or necessary. For example:

We need to improve security. - This means improving security is required.

Find out means to discover or learn information. For example:

I need to find out who accessed the system. - This means the speaker must investigate and get information.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_14-3.mp3",
      "startTime": 1,
      "startTimestamp": 2.98,
      "finishTimestamp": 4.66
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 2.68,
      "dialogue": {
        "text": "We need to find out how this happened.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 3.18
    }
  ]
}