Back to Freecodecamp

Task 30

curriculum/challenges/english/blocks/learn-how-to-express-concerns/67c4e74d34c1f767d9148a79.md

latest1.4 KB
Original Source
<!-- (Audio) Bob: That's a good idea, but I'm not sure we have the budget for that. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

That's a good idea, but I'm not sure we have the BLANK for that.

--blanks--

budget

--feedback--

This refers to the amount of money available for a specific purpose.

--explanation--

Budget refers to the amount of money allocated for a particular project, event, or purpose. For example:

We need to stay within our budget to avoid overspending. - This means they must not spend more money than planned.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_12-1.mp3",
      "startTime": 1,
      "startTimestamp": 43.18,
      "finishTimestamp": 46.06
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.88,
      "dialogue": {
        "text": "That's a good idea, but I'm not sure we have the budget for that.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 4.38
    }
  ]
}