Back to Freecodecamp

Task 70

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

latest1.7 KB
Original Source
<!-- (Audio) Maria: I hear you. This extra workload could lead to burnout. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I hear you. This extra BLANK could lead to BLANK.

--blanks--

workload

--feedback--

This refers to the amount of work that needs to be done.


burnout

--feedback--

This describes extreme exhaustion caused by too much stress or overwork.

--explanation--

Workload refers to the total amount of tasks or responsibilities a person has to complete. For example:

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

Burnout describes a state of extreme exhaustion due to prolonged stress or overwork. For example:

She took a break from work to recover from burnout. - This means she needed time off to regain her energy and well-being.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_12-2.mp3",
      "startTime": 1,
      "startTimestamp": 24.24,
      "finishTimestamp": 27.16
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.92,
      "dialogue": {
        "text": "I hear you. This extra workload could lead to burnout.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 4.42
    }
  ]
}