Back to Freecodecamp

Task 118

curriculum/challenges/english/blocks/learn-determiners-and-advanced-use-of-articles/681481b06eccb308f9fb06f8.md

latest2.0 KB
Original Source
<!-- (Audio) James: I agree. How about we allocate half of our server capacity to the main project since it's crucial for our yearly goals? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I agree. How about we BLANK half of our BLANK to the main project since it's crucial for our yearly goals?

--blanks--

allocate

--feedback--

This verb means to set aside or distribute resources for a specific purpose.


server capacity

--feedback--

This two-word phrase refers to the computing power or storage used to host services, apps, or websites.

--explanation--

Allocate means to divide and assign resources, such as time, money, or technology, for a specific task or project. For example:

The manager will allocate resources based on project priority. - The manager will decide where the resources should go depending on which project is most important.

Server capacity means the available computing resources - storage, power, or space - that a server can provide. For example:

The server capacity wasn't enough during the sale event. - Too many people visited at once, and the server couldn't keep up.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_20-3.mp3",
      "startTime": 1,
      "startTimestamp": 7.84,
      "finishTimestamp": 14.76
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 7.92,
      "dialogue": {
        "text": "I agree. How about we allocate half of our server capacity to the main project since it's crucial for our yearly goals?",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 8.42
    }
  ]
}