Back to Freecodecamp

Task 95

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

latest1.8 KB
Original Source
<!-- (Audio) Maria: Did we stay within it? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Maria want to know about the budget?

--answers--

If they managed to have any budget for the campaign.

--feedback--

The campaign was already finished, so they needed to have the budget for it.


If the budget was increased for the campaign.

--feedback--

She is not asking about changes to the budget.


If they spent only the amount they planned.


If the budget was approved before the campaign.

--feedback--

Maria isn't asking about approval.

--video-solution--

3

--explanation--

To be within budget or to stay within budget means to spend only the amount of money that was planned or allowed and no more. It shows that the project or activity is managed well financially. For example:

The team stayed within budget, so we didn't need extra funding. – This means they did not spend more than what was originally planned.

--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": 25.72,
      "finishTimestamp": 26.82
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 2.1,
      "dialogue": {
        "text": "Did we stay within it?",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 2.6
    }
  ]
}