Back to Freecodecamp

Task 81

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

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

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

It really helped increase our BLANK levels, especially in BLANK.

--blanks--

engagement

--feedback--

This refers to how much people interact with content, such as likes, shares, or comments on social media.


Europe

--feedback--

This is the name of a continent that includes countries like France, Germany, and Italy. The first letter is capitalized.

--explanation--

Engagement in the context of social media or marketing means the level of interaction users have with content. This includes likes, comments, shares, clicks, or any other actions that show interest. For example:

The new ad campaign increased user engagement on Instagram. – This means more people interacted with the content after the campaign.

Europe is a continent made up of many countries, such as Spain, Italy, France, and Germany. It is located to the north of Africa and west of Asia. For example:

They expanded their business to several countries across Europe. – This means they started operating in multiple European countries.

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