Back to Freecodecamp

Task 127

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

latest1.9 KB
Original Source
<!-- (audio) Jake: It might have been a targeted attack. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Jake think about the problem?

--answers--

He believes the attack was random and affected many companies.

--feedback--

This attack is planned and directed at a specific organization, not random.


He thinks the attack was intentional and aimed specifically at them.


He thinks it was just a system error.

--feedback--

Jake believes it was an attack, not an accidental system issue.


He is certain that the attack was not serious.

--feedback--

Jake is not making a definite conclusion.

--video-solution--

2

--explanation--

A targeted attack is a deliberate cyberattack on a specific person, company, or system. For example:

Hackers launched a targeted attack against the financial sector. - This means the attackers had a specific goal instead of just randomly spreading malware.

He suspects that someone specifically planned the attack rather than it being a random cyber threat.

--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": 31.68,
      "finishTimestamp": 33.7
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 3.02,
      "dialogue": {
        "text": "It might have been a targeted attack.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 3.52
    }
  ]
}