Back to Freecodecamp

Task 71

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

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

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What could the excess of work lead to, according to Maria?

--answers--

Higher productivity.

--feedback--

Maria is actually concerned about a negative consequence.


Better time management.

--feedback--

Maria does not mention time management as a result of extra work.


Burnout.


A more motivated team.

--feedback--

Maria does not suggest that too much work could cause motivation.

--video-solution--

3

--explanation--

To lead to something means that one action or situation causes a specific result. For example:

Lack of sleep can lead to health problems. - This means that not sleeping enough may cause health issues.

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