Back to Freecodecamp

Task 104

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

latest1.9 KB
Original Source
<!-- (Audio) Riker: The impact there was quite low. We need better content that fits each local market. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

The impact there was BLANK low. We need better content that fits BLANK local market.

--blanks--

quite

--feedback--

This is used to show a moderate or strong degree. In this case, it means it was easy to see that the impact was not as good.


each

--feedback--

This means every one of a group individually.

--explanation--

Quite is an adverb that adds emphasis. For example:

The movie was quite good. – This means it was fairly or very good, depending on tone.

Each means every single one in a group, taken one at a time. For example:

Each employee has their own login. – This means all employees have individual accounts, not one shared one.

--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": 41.04,
      "finishTimestamp": 45.46
    }
  },
  "commands": [
    {
      "character": "Riker",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Riker",
      "startTime": 1,
      "finishTime": 2.5,
      "dialogue": {
        "text": "The impact there was quite low.",
        "align": "center"
      }
    },
    {
      "character": "Riker",
      "startTime": 2.66,
      "finishTime": 5.42,
      "dialogue": {
        "text": "We need better content that fits each local market.",
        "align": "center"
      }
    },
    {
      "character": "Riker",
      "opacity": 0,
      "startTime": 5.92
    }
  ]
}