Back to Freecodecamp

Task 81

curriculum/challenges/english/blocks/learn-common-phrasal-verbs-and-idioms/68562533f7a3e3dc7fce428c.md

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

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

They need to be more BLANK and convey BLANK.

--blanks--

immediate

--feedback--

This means happening right away or without delay.


urgency

--feedback--

This refers to the importance of acting quickly.

--explanation--

Something immediate happens right away or without waiting. For example:

The team took immediate action after the system went down. – This means the team acted right away.

Urgency is the need for quick action or attention. For example:

The tone of the message showed a sense of urgency. – This means the message made it clear that something had to be done quickly.

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