Back to Freecodecamp

Task 3

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

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

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

He told me we experienced a BLANK attack that targeted several team members.

--blanks--

phishing

--feedback--

This is a type of cyber attack where someone tries to trick people into giving personal or secure information.

--explanation--

A phishing attack is when a fake message (like an email or a message on a website) tries to trick people into sharing private information, such as passwords or credit card numbers. For example:

The team received a phishing email that looked like it was from IT support asking for login details. – This means someone tried to steal information by pretending to be someone else.

--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
    }
  ]
}