Back to Freecodecamp

Task 138

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

latest1.8 KB
Original Source
<!-- (audio) Jake: It can't be just a random breach. There must be a specific reason they targeted us. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Why does Jake think it can't be just a random breach?

--answers--

He thinks the attackers made a mistake.

--feedback--

Jake is sure the attack was intentional, not an accident.


He believes there is a specific reason why the attackers targeted them.


He believes the attackers were testing their security system.

--feedback--

Jake doesn't mention testing.


He is unsure if they were targeted.

--feedback--

Jake is actually very confident that the attack was not random.

--video-solution--

2

--explanation--

To find the correct answer, focus on Jake's use of the word targeted.

He says the breach wasn't random, which means he believes it was done for a specific reason. The phrase there must be a reason helps show that Jake is sure the attackers chose them on purpose, not by accident.

--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": 43.98,
      "finishTimestamp": 49.4
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 6.42,
      "dialogue": {
        "text": "It can't be just a random breach. There must be a specific reason they targeted us.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 6.92
    }
  ]
}