Back to Freecodecamp

Task 18

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

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

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

A comfortable BLANK and a BLANK can make a big difference.

--blanks--

desk

--feedback--

This is a piece of furniture with a flat surface, used for working or studying.


chair

--feedback--

This is a piece of furniture for sitting, usually with a backrest.

--explanation--

Bob mentions a desk and chair because they are essential for a comfortable and efficient workspace. A good desk provides space for work, while an ergonomic chair supports posture and prevents discomfort during long hours of sitting.

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