Back to Freecodecamp

Task 103

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

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

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What can we conclude about the campaign's success in Asia compared to Europe?

--answers--

It was less successful in Asia.


It had the same results in both regions.

--feedback--

Riker clearly says there is a difference in performance.


It failed completely in Asia.

--feedback--

Riker does not say it was a total failure.


It only ran in Europe and not in Asia.

--feedback--

The campaign ran in both regions, but performed differently.

--video-solution--

1

--explanation--

Not as much is a comparative expression used to show that something happens or exists to a lesser degree than something else. For example:

  • She studies a lot, but not as much as her brother. – This means she studies less than her brother does, even though she studies a lot.

  • The first product sold well, but not as much as the second one. – This means the second product had better sales than the first, even though the first product sold well.

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