Back to Freecodecamp

Task 4

curriculum/challenges/english/blocks/learn-how-to-use-reported-speech/68272cbb5b2e09d5429de528.md

latest2.0 KB
Original Source
<!-- (Audio) Sophie: He told me we experienced a phishing attack that targeted several team members. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Who was the phishing attack intended to?

--answers--

Only the IT department.

--feedback--

The sentence does not say it was limited to IT staff.


The whole company.

--feedback--

Sophie does not imply everyone in the company was attacked.


New employees.

--feedback--

There is no mention of how long the employees have worked there.


Some people on the team.

--video-solution--

4

--explanation--

Several means more than a few, but not all. For example:

Several users reported issues with the new software. – This means more than two users had problems, but not everyone.

To target means to aim at or direct something toward someone or something. For example:

The hackers targeted customers by sending fake emails. – This means they tried to trick the customers specifically.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_21-1.mp3",
      "startTime": 1,
      "startTimestamp": 4.02,
      "finishTimestamp": 7.88
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3,
      "dialogue": {
        "text": "He told me we experienced a phishing attack",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "startTime": 3,
      "finishTime": 4.86,
      "dialogue": {
        "text": "that targeted several team members.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 5.36
    }
  ]
}