Back to Freecodecamp

Task 36

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

latest1.7 KB
Original Source
<!-- (Audio) Maria: Understood. In that case, let's at least prioritize the tasks. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Maria suggest as a possible course of action?

--answers--

Hiring more people to help.

--feedback--

Maria does not suggest adding more team members.


Focusing on the most important tasks.


Delaying the project deadline.

--feedback--

Maria does not mention postponing the deadline.


Canceling some tasks.

--feedback--

Maria does not suggest that they remove tasks.

--video-solution--

2

--explanation--

In that case is used to introduce a response or decision based on a previous statement or situation. For example:

We don't have enough budget for new tools. In that case, we'll use the existing ones. - This means the decision is based on the budget limitation.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_12-1.mp3",
      "startTime": 1,
      "startTimestamp": 48.98,
      "finishTimestamp": 52.3
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 4.32,
      "dialogue": {
        "text": "Understood. In that case, let's at least prioritize the tasks.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 4.82
    }
  ]
}