Back to Freecodecamp

Task 68

curriculum/challenges/english/blocks/learn-about-speculation-and-requests/67f37ab91b0bc806fa557de7.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 answer the question below.

--questions--

--text--

What possibility is Jake talking about?

--answers--

That phishing always leads to unauthorized access.

--feedback--

Jake doesn't say that unauthorized access happens every time.


That clicking on a malicious link is harmless.

--feedback--

Malicious links are dangerous; they can steal data or infect a system.


That phishing can lead to unauthorized access if someone clicks on a malicious link.


That phishing attacks are easy to stop.

--feedback--

Jake does not say phishing is easy to stop; he explains how it can cause security issues.

--video-solution--

3

--explanation--

Jake uses a First Conditional sentence to show a possible outcome. Conditional sentences are used to describe possible situations.

If someone clicks on a malicious link is the condition, and phishing can lead to unauthorized access is the result.

--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
    }
  ]
}