Back to Freecodecamp

Task 78

curriculum/challenges/english/blocks/learn-how-to-describe-places-and-events/66b567862bd61a055cedb262.md

latest2.2 KB
Original Source
<!-- AUDIO REFERENCE Brian: I'm thinking of using real-life scenarios this time, especially for identifying phishing attempts. -->

--instructions--

Listen to the audio to complete the sentence below.

--fillInTheBlank--

--sentence--

I'm thinking of using real-life scenarios this time, especially for identifying BLANK BLANK.

--blanks--

phishing

--feedback--

This word refers to a type of online scam where someone tries to steal personal information by pretending to be a trustworthy source.


attempts

--feedback--

This word means efforts or tries to do something, in this case, to recognize or identify phishing scams. It is in plural.

--explanation--

Phishing is a type of online scam where attackers try to trick people into giving personal information, like passwords or credit card numbers, by pretending to be a trustworthy source. Attempts refers to efforts or tries to do something. For example:

  • He made several attempts to unlock the door. - He tried multiple times to unlock the door.

  • Phishing attempts are common in emails that look like they come from your bank. - Scammers often try to trick people using fake emails.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_1-2.mp3",
      "startTime": 1,
      "startTimestamp": 36.78,
      "finishTimestamp": 42.1
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 3.7,
      "dialogue": {
        "text": "I'm thinking of using real-life scenarios this time,",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 3.82,
      "finishTime": 6.32,
      "dialogue": {
        "text": "especially for identifying phishing attempts.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 6.82
    }
  ]
}