Back to Freecodecamp

Task 44

curriculum/challenges/english/blocks/learn-how-to-use-prepositions-according-to-context/68443a619ba1e112b5e4910e.md

latest1.9 KB
Original Source
<!-- (Audio) Bob: That works. They'll be central, but the conference rooms will buffer some of the noise. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Bob mean?

--answers--

He agrees and notes the conference rooms will help reduce noise.


He disagrees because the area is too noisy for meetings.

--feedback--

Bob does not express disagreement; he says That works, showing approval.


He thinks the central spot is too far from other teams.

--feedback--

He supports the central location and does not mention distance from other teams.


He wants to move the conference rooms somewhere quieter.

--feedback--

Bob says the conference rooms will help block noise, not that they need to move.

--video-solution--

1

--explanation--

Bob says That works to show agreement with the plan.

He also explains that the conference rooms will act as a buffer, helping reduce noise for the team placed in the central location.

This shows he supports both the placement and the noise management.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_22-1.mp3",
      "startTime": 1,
      "startTimestamp": 56.54,
      "finishTimestamp": 60.74
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 5.3,
      "dialogue": {
        "text": "That works. They'll be central, but the conference rooms will buffer some of the noise.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 5.7
    }
  ]
}