Back to Freecodecamp

Task 88

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

latest1.9 KB
Original Source
<!-- (Audio) Riker: Yes, our engagement went up by about 40%. That's a big increase. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Riker think about the engagement going up by 40%?

--answers--

He doesn't think it's enough to make a difference.

--feedback--

Riker does not describe the result as being negative.


He believes it's a very strong improvement.


He says the percentage might be incorrect.

--feedback--

There's no sign Riker doubts the accuracy of the number.


He suggests it will probably drop again soon.

--feedback--

Riker is not predicting a drop.

--video-solution--

2

--explanation--

A big increase means a large or significant rise in amount, level, or performance. For example:

There was a big increase in website traffic after the campaign. – This means many more people visited the website than before.

--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": 14.38,
      "finishTimestamp": 18.4
    }
  },
  "commands": [
    {
      "character": "Riker",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Riker",
      "startTime": 1,
      "finishTime": 3.72,
      "dialogue": {
        "text": "Yes, our engagement went up by about 40%.",
        "align": "center"
      }
    },
    {
      "character": "Riker",
      "startTime": 3.72,
      "finishTime": 5.02,
      "dialogue": {
        "text": "That's a big increase.",
        "align": "center"
      }
    },
    {
      "character": "Riker",
      "opacity": 0,
      "startTime": 5.52
    }
  ]
}