Back to Freecodecamp

Task 15

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

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

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

How does Bob support his opinion?

--answers--

He explains that many employees are working with temporary home office arrangements.


He says that everyone already has proper office furniture at home.

--feedback--

Bob does not say that employees already have good furniture.


He states that office furniture is not important for remote work.

--feedback--

Bob actually suggests that office furniture is important because people are working with makeshift setups.


He believes that employees should return to the office instead of working from home.

--feedback--

Bob does not suggest returning to the office; he emphasizes improving home office conditions.

--video-solution--

1

--explanation--

Makeshift means temporary or not ideal, and setup refers to an arrangement of equipment or furniture. Together, makeshift setup describes an improvised work environment that may not be comfortable or efficient. For example:

  • My laptop broke, so I used an old PC as a makeshift setup. - The speaker used an old computer as a temporary replacement.

  • The team worked from home with makeshift setups during the office renovation. - Employees used temporary workstations at home while the office was being fixed.

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