Back to Freecodecamp

Task 96

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

latest1.4 KB
Original Source
<!-- (Audio) Riker: We went over budget by just 5%, which isn't too much. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

We went BLANK budget by just 5%, which isn't too much.

--blanks--

over

--feedback--

This means spending more money than what was planned or allowed.

--explanation--

To go over budget means to spend more money than originally planned or allowed for a project or activity. For example:

They went over budget because the equipment cost more than expected. – This means they spent more than their financial plan allowed.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Riker",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_18-3.mp3",
      "startTime": 1,
      "startTimestamp": 26.82,
      "finishTimestamp": 30.6
    }
  },
  "commands": [
    {
      "character": "Riker",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Riker",
      "startTime": 1,
      "finishTime": 4.78,
      "dialogue": {
        "text": "We went over budget by just 5%, which isn't too much.",
        "align": "center"
      }
    },
    {
      "character": "Riker",
      "opacity": 0,
      "startTime": 5.28
    }
  ]
}