Back to Freecodecamp

Task 82

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

latest2.0 KB
Original Source
<!-- (Audio) Riker: It really helped increase our engagement levels, especially in Europe. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Where did the social media campaign seem to work best?

--answers--

In South America.

--feedback--

Riker specifically mentions another continent.


In Europe.


In all regions equally.

--feedback--

Riker highlights one specific region; the results were not equal everywhere.


In the Middle East.

--feedback--

There is no mention of this region in the audio.

--video-solution--

2

--explanation--

Especially is used to show that something is more true, more important, or more noticeable in one particular case than in others. For example:

She enjoys all sports, especially tennis. – This means she likes sports in general, but tennis is her favorite or the one she enjoys the most.

Here, it means that engagement increased everywhere, but it was most noticeable in Europe.

--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": 5.52,
      "finishTimestamp": 9.36
    }
  },
  "commands": [
    {
      "character": "Riker",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Riker",
      "startTime": 1,
      "finishTime": 3.28,
      "dialogue": {
        "text": "It really helped increase our engagement levels,",
        "align": "center"
      }
    },
    {
      "character": "Riker",
      "startTime": 3.42,
      "finishTime": 4.84,
      "dialogue": {
        "text": "especially in Europe.",
        "align": "center"
      }
    },
    {
      "character": "Riker",
      "opacity": 0,
      "startTime": 5.34
    }
  ]
}