Back to Freecodecamp

Task 82

curriculum/challenges/english/blocks/learn-common-phrasal-verbs-and-idioms/6856270d91c906e50ea328d2.md

latest1.7 KB
Original Source
<!-- (Audio) Linda: They need to be more immediate and convey urgency. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is the problem with the current warning messages, according to Linda?

--answers--

They use too much technical language.

--feedback--

Linda doesn't mention the wording.


They appear too often and confuse users.

--feedback--

She doesn't talk about how often the messages show.


They are not linked to the user's account.

--feedback--

She isn't concerned with their connection to the account.


They don't show up quickly enough and fail to show urgency.

--video-solution--

4

--explanation--

To convey means to communicate or express an idea, feeling, or message clearly. For example:

The sign conveys the rules for using the equipment. – This means the sign clearly shows or explains the rules.

--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": 55.4,
      "finishTimestamp": 58.08
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 3.68,
      "dialogue": {
        "text": "They need to be more immediate and convey urgency.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 4.18
    }
  ]
}