Back to Freecodecamp

Task 92

curriculum/challenges/english/blocks/learn-about-adverbial-phrases/680ae8405a7d742f6dc43689.md

latest1.5 KB
Original Source
<!-- (Audio) Maria: That's impressive. What about our budget? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

That's impressive. What about our BLANK?

--blanks--

budget

--feedback--

This refers to the amount of money available or planned to be spent on something.

--explanation--

A budget is a plan that shows how much money can be spent and what it will be used for.

Budgets are important for managing resources in both business and personal settings. For example:

We have a limited budget for marketing this quarter. – This means the company can only spend a certain amount of money on marketing.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_18-3.mp3",
      "startTime": 1,
      "startTimestamp": 23.66,
      "finishTimestamp": 25.58
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 2.92,
      "dialogue": {
        "text": "That's impressive. What about our budget?",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 3.42
    }
  ]
}