Back to Freecodecamp

Task 67

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

latest1.9 KB
Original Source
<!-- (audio) Jake: It's possible. Phishing can lead to unauthorized access if someone clicks on a malicious link. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

It's possible. Phishing can lead to BLANK if someone clicks on a BLANK.

--blanks--

unauthorized access

--feedback--

This two-word phrase refers to the ability to enter or use a system without permission.


malicious link

--feedback--

This two-word phrase refers to a harmful clickable element that takes users to a webpage.

--explanation--

Phishing attacks often trick users into clicking malicious links, leading to unauthorized access to accounts or systems.

Unauthorized access means someone enters a system without permission. For example:

The system blocked unauthorized access. - The system prevented unapproved users from gaining access.

Malicious link refers to a harmful link that can steal information or infect a system. For example:

The email had a malicious link inside. - The email included a bad link made to trick you.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_17-2.mp3",
      "startTime": 1,
      "startTimestamp": 20.18,
      "finishTimestamp": 25.38
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 6.2,
      "dialogue": {
        "text": "It's possible. Phishing can lead to unauthorized access if someone clicks on a malicious link.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 6.7
    }
  ]
}