Back to Freecodecamp

Task 73

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

latest2.0 KB
Original Source
<!-- (Audio) Maria: Wouldn't it be better if we prioritized the tasks differently to reduce stress? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Maria mean with this question?

--answers--

She is proposing a different course of action that might improve the situation.


She is rejecting the idea of prioritizing tasks.

--feedback--

Maria is not rejecting prioritization.


She wants to stop discussing task management.

--feedback--

Maria is actually asking a question to propose an idea.


She believes the current plan is perfect as it is.

--feedback--

Maria suggests making a change, meaning she does not think the current approach is perfect.

--video-solution--

1

--explanation--

Using a negative in a question like Wouldn't it be better... suggests that the speaker feels their proposal is a good one and expects the other person sees things the same way. For example:

Wouldn't it be easier to split the work between two teams? - This question implies the user thinks that splitting the work is probably a better approach.

--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": 26.96,
      "finishTimestamp": 31.18
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 5.22,
      "dialogue": {
        "text": "Wouldn't it be better if we prioritized the tasks differently to reduce stress?",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 5.72
    }
  ]
}