Back to Freecodecamp

Task 18

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

latest1.8 KB
Original Source
<!-- (Audio) Maria: Besides, rearranging tasks doesn't always solve the problem. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What other reason does Maria have for believing Bob's suggestion might not be the best?

--answers--

She thinks the team is not working hard enough.

--feedback--

Maria does not mention anything about the team's effort.


She believes rearranging tasks does not always fix the issue.


She wants to delay the project instead.

--feedback--

Maria does not suggest delaying the project.


She prefers to add more team members.

--feedback--

Maria does not mention hiring more people.

--video-solution--

2

--explanation--

To rearrange means to change the order or organization of something. For example:

We need to rearrange the schedule to fit the new meeting times. - This means changing the order or structure of the schedule.

--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": 25.52,
      "finishTimestamp": 28.7
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 4.18,
      "dialogue": {
        "text": "Besides, rearranging tasks doesn't always solve the problem.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 4.68
    }
  ]
}