Back to Freecodecamp

Task 90

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

latest2.0 KB
Original Source
<!-- (Audio) Riker: The UK and Germany saw the most improvement, even more than we expected. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What can be said about the engagement in the UK and Germany compared to the rest of Europe?

--answers--

Engagement improved well in Europe, but especially in these two places, engagement was surprisingly good.


It stayed about the same as everywhere else.

--feedback--

Riker says the UK and Germany had a different improvement.


It was lower than expected in both countries.

--feedback--

Riker says the contrary.


It dropped slightly compared to the past month.

--feedback--

Riker does not talk about a drop in performance.

--video-solution--

1

--explanation--

Even more is used to emphasize that something happened to a greater degree than expected. For example:

The second version of the app was even more popular than the first. – This shows a stronger result than originally thought or experienced.

--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": 18.42,
      "finishTimestamp": 23.1
    }
  },
  "commands": [
    {
      "character": "Riker",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Riker",
      "startTime": 1,
      "finishTime": 3.32,
      "dialogue": {
        "text": "The UK and Germany saw the most improvement,",
        "align": "center"
      }
    },
    {
      "character": "Riker",
      "startTime": 3.72,
      "finishTime": 5.68,
      "dialogue": {
        "text": "even more than we expected.",
        "align": "center"
      }
    },
    {
      "character": "Riker",
      "opacity": 0,
      "startTime": 6.18
    }
  ]
}