Back to Freecodecamp

Task 110

curriculum/challenges/english/blocks/learn-how-to-express-concerns/67c9d1baa0c8a6459bfb2497.md

latest1.7 KB
Original Source
<!-- (Audio) Maria: They're feeling quite overwhelmed with the extra workload. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

They're feeling quite BLANK with the extra BLANK.

--blanks--

overwhelmed

--feedback--

This means feeling extremely stressed or unable to handle a situation.


workload

--feedback--

This refers to the amount of work someone has to do.

--explanation--

Overwhelmed means feeling extremely stressed, overloaded, or unable to cope with a situation. For example:

She felt overwhelmed by the number of tasks she had to complete. - This means she had too much to do and felt stressed.

A workload refers to the total amount of work assigned to someone. For example:

His workload increased after two colleagues left the company. - This means he has more tasks to complete because fewer people are available.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_12-3.mp3",
      "startTime": 1,
      "startTimestamp": 9.04,
      "finishTimestamp": 11.24
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.2,
      "dialogue": {
        "text": "They're feeling quite overwhelmed with the extra workload.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 3.7
    }
  ]
}