Back to Freecodecamp

Task 51

curriculum/challenges/english/blocks/learn-how-to-talk-about-past-activities/66da05e2956049407cbc7ac7.md

latest2.0 KB
Original Source
<!-- AUDIO REFERENCE: Linda: We've already seen a significant drop in complaints about the UI issue. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

We've already seen a BLANK BLANK in complaints about the UI issue.

--blanks--

significant

--feedback--

Think of the word that means an important or noticeable amount.


drop

--feedback--

This word means a decrease in amount or level.

--explanation--

Significant refers to something large or important enough to be noticed or to have an impact. For example:

There was a significant improvement in the app's performance. - The improvement was large enough to make a noticeable difference.

Drop means a decrease in amount or level. For example:

There was a drop in user activity last month. - It indicates a reduction in the number of users.

When combined, a significant drop refers to a large or important decrease in something, such as complaints or issues.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Linda",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_3-2.mp3",
      "startTime": 1,
      "startTimestamp": 7.24,
      "finishTimestamp": 10.44
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 2.64,
      "dialogue": {
        "text": "We've already seen a significant drop",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "startTime": 2.64,
      "finishTime": 4.2,
      "dialogue": {
        "text": "in complaints about the UI issue.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 4.7
    }
  ]
}