Back to Freecodecamp

Task 114

curriculum/challenges/english/blocks/learn-determiners-and-advanced-use-of-articles/68147d60185fc006554110cf.md

latest1.6 KB
Original Source
<!-- (Audio) Maria: As we look at the quarter ahead, we need to distribute our resources carefully. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

As we look at the quarter ahead, we need to BLANK our resources carefully.

--blanks--

distribute

--feedback--

This verb means to give out or divide something among different people or groups.

--explanation--

Distribute means to divide and give out resources, tasks, or materials among different people or areas. For example:

  • We need to distribute the tasks evenly across the team. - Everyone should get a fair share of work.

  • Let's distribute the training materials before the session starts. - Hand out or send the materials to everyone before training begins.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_20-3.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 4.12
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 5.12,
      "dialogue": {
        "text": "As we look at the quarter ahead, we need to distribute our resources carefully.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 5.62
    }
  ]
}