Back to Freecodecamp

Task 3

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

latest1.9 KB
Original Source
<!-- (Audio) Bob: It seems most people prefer using it for office furniture. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What do most people use the remote work stipend for?

--answers--

Internet bills

--feedback--

Bob does not mention internet bills.


Coffee and snacks

--feedback--

The stipend is meant for work-related expenses.


Office furniture


Online training courses

--feedback--

Bob does not mention training courses.

--video-solution--

3

--explanation--

Office furniture includes desks, chairs, shelves, and other items needed for a workspace. Since many employees work from home, they may use the stipend to buy a good chair or a larger desk. For example:

  • The company provided office furniture for remote employees. - The company gave desks, chairs, or other work-related items to employees working from home.

  • The startup saved money by getting second-hand office furniture. - The company bought used desks, chairs, or other items instead of new ones to cut costs.

--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": 4.46,
      "finishTimestamp": 8
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.54,
      "dialogue": {
        "text": "It seems most people prefer using it for office furniture.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 5.04
    }
  ]
}