Back to Freecodecamp

Task 20

curriculum/challenges/english/blocks/learn-how-to-talk-about-numbers-with-a-coworker/6846e298aaedc91ef09568d8.md

latest1.5 KB
Original Source
<!-- (audio) Jessica: Right. Let's make sure we allocate enough time for that. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Right. Let's make sure we BLANK enough time for that.

--blanks--

allocate

--feedback--

This verb means to give or set aside something (like time or resources) for a purpose.

--explanation--

To allocate means to decide how to use resources like time, money, or people for a task. For example:

We need to allocate more time for testing. — The team must plan to spend more time on testing.

Jessica wants to make sure they plan enough time for the important database task.

--scene--

json
{
  "setup": {
    "background": "interview-room2.png",
    "characters": [
      {
        "character": "Jessica",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_23-1.mp3",
      "startTime": 1,
      "startTimestamp": 30.38,
      "finishTimestamp": 33.16
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 3.78,
      "dialogue": {
        "text": "Right. Let's make sure we allocate enough time for that.",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 4.28
    }
  ]
}