Back to Freecodecamp

Task 79

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

latest1.9 KB
Original Source
<!-- (audio) Alice: We have set aside 15% of the budget as a contingency. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

We have BLANK 15% of the budget as BLANK.

--blanks--

set aside

--feedback--

This two-word phrase means to save or reserve something for a specific use.


a contingency

--feedback--

This refers to a backup plan or budget reserved for possible unexpected problems. Don't forget to use an article if necessary.

--explanation--

To set aside means to reserve or save something, especially money or time, for a specific future purpose. For example:

It's smart to set aside money for unforeseen expenses. — It's good to keep some extra money for surprises.

A contingency is a backup or emergency plan, especially for situations that might not happen but could. For example:

It's important to have contingency measures during testing. — You need extra steps or plans in case things don't go as expected during testing.

Alice is saying they reserved 15% of the budget in case of unplanned situations.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Alice",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_23-2.mp3",
      "startTime": 1,
      "startTimestamp": 61.8,
      "finishTimestamp": 65.62
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 4.82,
      "dialogue": {
        "text": "We have set aside 15% of the budget as a contingency.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 5.32
    }
  ]
}