Back to Freecodecamp

Task 69

curriculum/challenges/english/blocks/learn-how-to-clarify-information-in-different-interactions/663e822e5223e819f2eb118d.md

latest1.6 KB
Original Source
<!-- (Audio) Maria: And what about the budget allocation? -->

--description--

A budget is a plan that shows how much money you have and how you will spend it. For example, if you have $100, your budget will show what you will buy with that money and how much each thing costs.

Budget allocation means deciding how to divide and use the money in your budget. For example, if you have $100 and you decide to spend $50 on food and $50 on clothes, that is your budget allocation. It means choosing how to use your money for different things.

Listen to Maria and fill in the blanks.

--fillInTheBlank--

--sentence--

And what about the BLANK BLANK?

--blanks--

budget

--feedback--

A plan that shows the money you have and how you will spend it.


allocation

--feedback--

Preceded by budget, it means how you choose to spend the money.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.3-4.mp3",
      "startTime": 1,
      "startTimestamp": 32,
      "finishTimestamp": 33.34
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 2.34,
      "dialogue": {
        "text": "And what about the budget allocation?",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 2.84
    }
  ]
}