Back to Freecodecamp

Task 26

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

latest2.4 KB
Original Source
<!-- (Audio) Bob: True, but good office furniture can help prevent health issues that result from bad posture and make remote work more enjoyable. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Bob's argument for using good office furniture?

--answers--

It improves internet speed and helps employees work faster.

--feedback--

Bob does not mention internet speed.


It makes people more productive by reducing the number of meetings.

--feedback--

Bob does not talk about meetings.


It helps prevent health issues caused by bad posture and makes remote work more comfortable.


It allows employees to buy fewer computers.

--feedback--

Bob does not mention reducing computer purchases.

--video-solution--

3

--explanation--

To find the correct answer, listen for key phrases that explain Bob’s reasoning.

Prevent health issues that result from bad posture – This highlights that good office furniture can help avoid physical discomfort.

Make remote work more enjoyable – This suggests that comfortable furniture improves the work environment.

Bob is emphasizing that having the right office furniture is not just about comfort but also about health and productivity. It helps prevent problems caused by poor posture and makes remote work a better experience.

--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": 40.3,
      "finishTimestamp": 47.34
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.22,
      "dialogue": {
        "text": "True, but good office furniture can prevent health issues",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "startTime": 4.22,
      "finishTime": 8.04,
      "dialogue": {
        "text": "that result from bad posture and make remote work more enjoyable.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 8.54
    }
  ]
}