Back to Freecodecamp

Task 99

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

latest1.8 KB
Original Source
<!-- (Audio) Riker: The ads cost more than we thought they would. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What made the campaign go over the budget?

--answers--

They forgot to track the campaign results.

--feedback--

Riker doesn't mention anything about tracking results.


The reports weren't finished on time.

--feedback--

Timing of the reports isn't the issue here.


The ads were more expensive than expected.


Too many people worked on the same task.

--feedback--

The issue mentioned is not the team structure or the assignments.

--video-solution--

3

--explanation--

To cost means to require payment or to have a price. When you say something costs more than expected, it means you have to pay more money than you planned. For example:

The event cost more than we budgeted for because of extra equipment. – This means the final expenses were higher than originally planned.

--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": 30.7,
      "finishTimestamp": 32.46
    }
  },
  "commands": [
    {
      "character": "Riker",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Riker",
      "startTime": 1,
      "finishTime": 2.76,
      "dialogue": {
        "text": "The ads cost more than we thought they would.",
        "align": "center"
      }
    },
    {
      "character": "Riker",
      "opacity": 0,
      "startTime": 3.26
    }
  ]
}