Back to Freecodecamp

Task 97

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

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

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Riker think about the extra amount they spent?

--answers--

He thinks 5% is too high and a serious issue.

--feedback--

Riker doesn't view it as a big problem.


He's unsure if the team noticed the overspending.

--feedback--

Riker doesn't mention whether others noticed. He just shares his own opinion.


He wants to ask for more money next time.

--feedback--

There's no suggestion that Riker is planning to increase the budget. He's commenting on the current overspend.


He believes the extra amount is acceptable.

--video-solution--

4

--explanation--

Which is used to introduce a non-defining relative clause - a sentence that gives more information about the whole idea before it. It adds extra detail, but it's not essential to the main meaning of the sentence. For example:

She missed the deadline, which surprised everyone. – The clause adds extra information about how people reacted to her missing the deadline (the part that mattered most in the sentence).

In the context, Riker uses which to state his opinion about the extra expenditure, an extra piece of information in relation to the amount over budget - what Maria really asked about.

--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
    }
  ]
}