Back to Freecodecamp

Task 94

curriculum/challenges/english/blocks/learn-common-phrasal-verbs-and-idioms/6856d9df23a2996d7731ee1d.md

latest2.0 KB
Original Source
<!-- (Audio) Jake: It could teach users how to recognize and handle potential phishing attempts. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What can the interactive quiz help users with?

--answers--

How to change their passwords every week.

--feedback--

Jake isn't talking about password routines.


How to create new usernames.

--feedback--

The quiz won't be about setting up accounts.


How to identify and deal with online scams.


How to make the interface look better.

--feedback--

Jake isn't discussing design improvements.

--video-solution--

3

--explanation--

A phishing attempt is when someone tries to trick a user into giving personal or sensitive information, usually by pretending to be a trusted source. For example:

The email looked real, but it was actually a phishing attempt to get my login details. – This means the message was fake and meant to steal personal information.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_24-2.mp3",
      "startTime": 1,
      "startTimestamp": 78.44,
      "finishTimestamp": 82.78
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 2.76,
      "dialogue": {
        "text": "It could teach users how to recognize",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "startTime": 2.76,
      "finishTime": 5.34,
      "dialogue": {
        "text": "and handle potential phishing attempts.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 5.84
    }
  ]
}