Back to Freecodecamp

Task 102

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

latest1.6 KB
Original Source
<!-- (Audio) Riker: Our campaign did well in Europe, but not as much in Asia. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Our campaign did well in Europe, but not as much in BLANK.

--blanks--

Asia

--feedback--

This is the name of the largest continent, which includes countries like China, India, Japan, and many others. The first letter is capitalized.

--explanation--

Asia is the largest continent in the world, both in size and population. It includes many countries such as China, India, Japan, South Korea, and Indonesia. For example:

They're planning to expand their services to more countries in Asia. – This means they want to offer their services in more countries of the largest continent in the world.

--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": 37.9,
      "finishTimestamp": 40.76
    }
  },
  "commands": [
    {
      "character": "Riker",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Riker",
      "startTime": 1,
      "finishTime": 3.86,
      "dialogue": {
        "text": "Our campaign did well in Europe, but not as much in Asia.",
        "align": "center"
      }
    },
    {
      "character": "Riker",
      "opacity": 0,
      "startTime": 4.36
    }
  ]
}