Back to Freecodecamp

Task 99

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

latest2.0 KB
Original Source
<!-- (Audio) Bob: Some people think it should be used for technology while others suggest office furniture. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Some people think it should be used for BLANK while others suggest BLANK.

--blanks--

technology

--feedback--

This word refers to electronic devices and software, such as computers or headphones.


office furniture

--feedback--

These two words together refer to desks, chairs, and other items used in a workspace. The first word specifies the work setting, and the second refers to movable equipment used for comfort and functionality.

--explanation--

Technology refers to electronic devices and software used for work. For example:

Many companies use technology to improve their productivity. - Technology is used by companies to make work more efficient and faster.

Office furniture includes items like desks, chairs, and shelves for a workspace. For example:

The office furniture is old, so we are planning to replace it soon. - The office furniture is getting outdated and needs to be updated.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_11-3.mp3",
      "startTime": 1,
      "startTimestamp": 7.86,
      "finishTimestamp": 12.62
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 5.76,
      "dialogue": {
        "text": "Some people think it should be used for technology while others suggest office furniture.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 6.26
    }
  ]
}