Back to Freecodecamp

Task 16

curriculum/challenges/english/blocks/learn-how-to-express-disagreement/67ac6c0b9c84b607bbf9e2c7.md

latest1.5 KB
Original Source
<!-- (Audio) Bob: I mean, a lot of people are working from home with makeshift setups. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I mean, a lot of people are working from home with BLANK BLANK.

--blanks--

makeshift

--feedback--

This word means temporary or not ideal.


setups

--feedback--

This word refers to the way something is arranged or organized.

--explanation--

Bob uses makeshift setups to describe workspaces that are temporary and not professionally designed.

Many employees working from home may not have proper desks or chairs, making their setups uncomfortable. By using this phrase, Bob emphasizes the need for better office furniture.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_11-1.mp3",
      "startTime": 1,
      "startTimestamp": 22.1,
      "finishTimestamp": 26.26
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 5.16,
      "dialogue": {
        "text": "I mean, a lot of people are working from home with makeshift setups.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 5.66
    }
  ]
}