Back to Freecodecamp

Task 65

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

latest1.7 KB
Original Source
<!-- (audio) Jessica: We had a report of a suspicious email. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What report does Jessica mention?

--answers--

A report of a phishing attack.

--feedback--

Jessica does not confirm that it was a phishing attack.


A report of a system failure.

--feedback--

Jessica does not mention any technical failure.


A report of an email that seemed suspicious.


A report of missing updates.

--feedback--

Jessica does not mention anything about missing updates.

--video-solution--

3

--explanation--

A suspicious email is an email that looks untrustworthy or dangerous. It could be part of a phishing attack, where someone tries to steal information. For example:

This looks like a suspicious email. Can you check it? - You think the email might be dangerous and ask someone to look at it.

--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": 17.9,
      "finishTimestamp": 19.58
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 2.68,
      "dialogue": {
        "text": "We had a report of a suspicious email.",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 3.18
    }
  ]
}