Back to Freecodecamp

Task 43

curriculum/challenges/english/blocks/learn-how-to-use-prepositions-according-to-context/683fd8f36190a9214fa960d1.md

latest1.7 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 complete the sentence below.

--fillInTheBlank--

--sentence--

That works. They'll be BLANK, but the conference rooms will BLANK some of the noise.

--blanks--

central

--feedback--

This word means located in the middle or main part of something.


buffer

--feedback--

This word means to reduce or protect against something, like noise or impact.

--explanation--

Central means in the middle or main area of a space. For example:

Their desks are in a central spot for easy access. – This means they are in the middle of the office.

Buffer means to reduce the effect of something. For example:

The trees help buffer the sound from the road. – This means they block or soften the noise.

--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
    }
  ]
}