Back to Freecodecamp

Task 126

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

latest2.1 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 complete the sentence below.

--fillInTheBlank--

--sentence--

That could work. If we create a list of essential items, like a BLANK, BLANK, and BLANK, then anything extra could be allocated as they wish.

--blanks--

laptop

--feedback--

This is a portable computer needed for remote work.


webcam

--feedback--

This device is used for video calls and online meetings.


headset

--feedback--

This device includes headphones and a microphone for clear audio communication.

--explanation--

Anna lists laptop, webcam, and headset as essential items for remote work.

  • A laptop is necessary for completing work tasks.

  • A webcam allows employees to join video meetings.

  • A headset ensures clear audio for communication.

Her idea is to create a required list of these items while allowing flexibility for any additional spending.

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