Back to Freecodecamp

Task 118

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

latest1.9 KB
Original Source
<!-- (Audio) Maria: If we add more tasks, it could lead to burnout. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

According to Maria, what could be the consequence of adding more tasks?

--answers--

The team will have more free time.

--feedback--

Maria does not suggest that adding more tasks will give the team free time.


The deadline will be extended.

--feedback--

Maria does not mention changing the deadline.


The project will become easier to complete.

--feedback--

Maria does not imply that adding tasks will make things easier.


The team may become exhausted and overworked.

--video-solution--

4

--explanation--

The First Conditional structure (If + Present Simple) is used here in combination with the verb could, which is used instead of will to indicate that the consequence is possible but not certain. Another example:

If we skip the meeting, we could miss important updates. - This means missing updates is a possible consequence, but not guaranteed. If you wanted to imply a more guaranteed outcome, you'd use will instead of could.

--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": 17.94,
      "finishTimestamp": 20.38
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.44,
      "dialogue": {
        "text": "If we add more tasks, it could lead to burnout.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 3.94
    }
  ]
}