Back to Freecodecamp

Task 17

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

latest1.9 KB
Original Source
<!-- (Audio) Bob: A comfortable desk and a chair can make a big difference. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What can make a big difference according to Bob?

--answers--

A faster computer and internet connection.

--feedback--

Bob doesn't talk about technology as a key factor for improvement.


A comfortable desk and chair.


A larger office space.

--feedback--

Bob does not mention office space.


More meetings and teamwork.

--feedback--

Bob is referring to physical comfort, not work habits.

--video-solution--

2

--explanation--

A desk is a table used for working, and a chair is a seat with a backrest. For example:

  • I bought a new desk and chair for my home office. - The speaker got new furniture to improve their workspace.

  • The company provided employees with a desk and chair for remote work. - The employer gave workers furniture to use while working from home.

In a work environment, having a good desk and chair can help with posture and productivity, reducing discomfort and fatigue.

--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": 26.86,
      "finishTimestamp": 30.5
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.64,
      "dialogue": {
        "text": "A comfortable desk and a chair can make a big difference.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 5.14
    }
  ]
}