Back to Freecodecamp

Task 127

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

latest2.4 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 is Anna communicating?

--answers--

Employees can decide how to use any remaining funds after essential items are covered.


The company will take back any unused stipend.

--feedback--

Anna suggests that extra funds can be used freely, not taken back by the company.


Employees must use all their stipend only on the listed essential items.

--feedback--

Anna allows flexibility beyond essential items.


Anything extra must be spent on office furniture.

--feedback--

Anna does not specify office furniture; she leaves it open to personal choice.

--video-solution--

1

--explanation--

Allocated means to set aside or assign something for a specific purpose. For example:

  • The manager has allocated a budget for the new project. - The manager has set aside money for the project.

  • The company has allocated extra time to train new employees. - The company has set aside time for training.

In this dialogue, Anna suggests that after purchasing essential items, employees can use the extra funds however they choose.

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