Back to Freecodecamp

Task 125

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

latest2.2 KB
Original Source
<!-- (Audio) Anna: That could work. If we create a list of essential items, like a laptop, webcam, and headset, then anything extra could be allocated as they wish. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What essential items are mentioned by Anna?

--answers--

A laptop, keyboard, and chair.

--feedback--

Anna doesn't mention a keyboard or chair.


A tablet, microphone, and mouse.

--feedback--

Anna does not mention a tablet, microphone, or mouse.


A laptop, webcam, and headset.


A printer, office desk, and phone.

--feedback--

Anna lists items related to remote communication, not office furniture or printing equipment.

--video-solution--

3

--explanation--

Anna mentions three essential items:

  • Laptop – A portable computer needed for remote work.

  • Webcam – A camera used for video calls and online meetings.

  • Headset – A device with headphones and a microphone for clear audio communication.

She suggests that after getting these essentials, employees can decide how to use the rest of their stipend.

--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": 51.64,
      "finishTimestamp": 59.36
    }
  },
  "commands": [
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 6.24,
      "dialogue": {
        "text": "That could work. If we create a list of essential items like a laptop, webcam, and headset,",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "startTime": 6.24,
      "finishTime": 8.72,
      "dialogue": {
        "text": "then anything extra could be allocated as they wish.",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 9.22
    }
  ]
}