Back to Freecodecamp

Task 67

curriculum/challenges/english/blocks/learn-how-to-use-reported-speech/6830858ed8c15516058aca44.md

latest1.5 KB
Original Source
<!-- (Audio) Linda: It seems it was found to be a bit overwhelming by some users. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

It seems it was found to be a bit BLANK by some users.

--blanks--

overwhelming

--feedback--

This means something is too much to handle or hard to manage, often because of its size, amount, or intensity.

--explanation--

Overwhelming means something is so strong, large, or confusing that it's hard to deal with. For example:

The number of notifications was overwhelming for new users. – This means there were too many alerts, making users feel stressed or confused.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Linda",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_21-2.mp3",
      "startTime": 1,
      "startTimestamp": 23.84,
      "finishTimestamp": 26.98
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 4.14,
      "dialogue": {
        "text": "It seems it was found to be a bit overwhelming by some users.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 4.64
    }
  ]
}