Back to Freecodecamp

Task 52

curriculum/challenges/english/blocks/learn-how-to-plan-future-events/67531ca2cb308e28acf3bdc1.md

latest1.9 KB
Original Source
<!-- (Audio) Jake: Sarah, I just found out that we've had a phishing attack on our system. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Jake reporting to Sarah?

--answers--

Jake was attacked by a fish.

--feedback--

Jake mentioned phishing, which refers to an online scam, not anything related to fish.


There was a phishing attack on their system.


Jake uploaded something new to the system.

--feedback--

Jake is talking about a problem with the system, not adding or uploading anything.


The system was updated successfully.

--feedback--

Jake is reporting a problem, not describing a successful update.

--video-solution--

2

--explanation--

Phishing refers to a type of online scam where someone tries to steal personal information, like passwords or credit card details. It is not related to fishing, even though they sound similar.

Try to listen to the words phishing attack in Jake's statement. They make it clear that this is about a harmful event.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_5-2.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 3.56
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 4.56,
      "dialogue": {
        "text": "Sarah, I just found out that we've had a phishing attack on our system.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 5.06
    }
  ]
}