Back to Freecodecamp

Task 79

curriculum/challenges/english/blocks/learn-common-phrasal-verbs-and-idioms/685617826ef5d6b2f8edd3af.md

latest2.0 KB
Original Source
<!-- (Audio) Linda: Agreed. Another thing on my list is the warning messages for suspicious activities. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Agreed. Another thing on my list is the BLANK messages for BLANK activities.

--blanks--

warning

--feedback--

This refers to a message that tells someone there might be a problem or danger.


suspicious

--feedback--

This means something seems wrong or not normal and might be dangerous or dishonest.

--explanation--

A warning is a message or sign that tells you there might be danger or something wrong. For example:

The system shows a warning when your password is too weak. – This means a message is shown saying your weak password is unsafe.

Something suspicious seems dishonest, dangerous, or unusual in a way that makes you unsure or worried. For example:

There was suspicious activity in the login history. – This means something strange or possibly harmful was noticed.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Linda",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_24-2.mp3",
      "startTime": 1,
      "startTimestamp": 50.82,
      "finishTimestamp": 55.36
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 3,
      "dialogue": {
        "text": "Agreed. Another thing on my list is",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "startTime": 3,
      "finishTime": 5.54,
      "dialogue": {
        "text": "the warning messages for suspicious activities.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 6.04
    }
  ]
}