Back to Freecodecamp

Task 63

curriculum/challenges/english/blocks/learn-about-speculation-and-requests/67effcdc0f428a281781bdc8.md

latest1.4 KB
Original Source
<!-- (audio) Jessica: Could it have been a phishing attack? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Could it have been a BLANK?

--blanks--

phishing attack

--feedback--

This two-word phrase refers to a cyberattack where scammers trick people into revealing sensitive information.

--explanation--

A phishing attack is when hackers send fake emails or messages to trick people into giving away passwords or personal information. For example:

A phishing attack can happen through email. - Someone might send a fake email to steal information.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jessica",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_17-2.mp3",
      "startTime": 1,
      "startTimestamp": 16.22,
      "finishTimestamp": 17.58
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 2.36,
      "dialogue": {
        "text": "Could it have been a phishing attack?",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 2.86
    }
  ]
}