Back to Freecodecamp

Task 27

curriculum/challenges/english/blocks/learn-how-to-express-agreement/67a873a23552f704c9a1266e.md

latest1.7 KB
Original Source
<!-- (Audio) Bob: Good idea. By the way, we need to allocate tasks among the team. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Bob's main idea?

--answers--

Making sure he completes all the tasks himself.

--feedback--

Bob doesn't talk about handling everything alone.


Delaying task assignments for later.

--feedback--

Bob says they need to allocate tasks, which suggests urgency, not postponement.


Ensuring tasks are divided among the team.


Checking which tasks have already been finished.

--feedback--

Bob does not mention reviewing completed work.

--video-solution--

3

--explanation--

Listen for key words that show Bob's main idea.

By the way – This signals a shift to a new but relevant topic.

We need to allocate tasks – This clearly states that distributing work among the team is necessary.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_10-1.mp3",
      "startTime": 1,
      "startTimestamp": 26.76,
      "finishTimestamp": 30.7
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.94,
      "dialogue": {
        "text": "Good idea. By the way, we need to allocate tasks among the team.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 5.44
    }
  ]
}