Back to Freecodecamp

Task 93

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

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

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

It could teach users how to BLANK and handle BLANK phishing attempts.

--blanks--

recognize

--feedback--

This means to identify or know something when you see it.


potential

--feedback--

This describes something that might happen or develop into a problem.

--explanation--

To recognize means to identify or become aware of something when you see or experience it. For example:

It's important to recognize signs of stress early. – This means to notice or understand them before they become serious.

Potential describes something that could happen or become true in the future. For example:

They discussed potential risks in the new plan. – This means they talked about risks that might happen.

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