Back to Freecodecamp

Task 105

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

latest2.1 KB
Original Source
<!-- (Audio) Anna: That way, people can use part of it for technology upgrades and part for office furniture or other home office needs. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

That way, people can use part of it for technology BLANK and part for BLANK or other home office needs.

--blanks--

upgrades

--feedback--

This word refers to improvements or updates to existing technology.


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

Upgrades means improvements or updates, often for technology. For example:

The latest upgrades to the app include new features and better security. - This highlights that the app has been improved with additional features and stronger security measures.

Office furniture includes desks, chairs, and other equipment for a workspace. For example:

The new office furniture arrived today, and we're setting up the workstations. - This refers to the arrival of new desks, chairs, and other pieces used in the office space.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Anna",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_11-3.mp3",
      "startTime": 1,
      "startTimestamp": 19.48,
      "finishTimestamp": 25
    }
  },
  "commands": [
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 6.52,
      "dialogue": {
        "text": "That way people can use part of it for technology upgrades and part for office furniture or other home office needs.",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 7.02
    }
  ]
}