Back to Freecodecamp

Task 89

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

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

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

The BLANK and BLANK saw the most improvement, even more than we expected.

--blanks--

UK

--feedback--

This is an acronym for the United Kingdom, a kingdom in Europe consisting of four countries: England, Scotland, Wales, and Northern Ireland. Use uppercase letters.


Germany

--feedback--

This is a country in Europe, known for its strong economy and tech industry. The first letter is capitalized.

--explanation--

The UK stands for the United Kingdom, a country in Europe that includes England, Scotland, Wales, and Northern Ireland.

Germany is also a country in Europe, known for its innovation, industry, and role in the European Union.

Both countries were part of the regions that showed the strongest results in Riker's statement. Example of usage:

We ran separate ad campaigns in the UK and Germany to test local engagement. – This means campaigns were targeted specifically at those two 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": 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
    }
  ]
}