Back to Freecodecamp

Task 52

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

latest1.9 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 answer the question below.

--questions--

--text--

What has been reduced according to Linda?

--answers--

The number of users.

--feedback--

The sentence does not mention a decrease in the number of users.


Complaints about the UI issue.


The quality of the UI.

--feedback--

Linda is talking about a reduction in complaints, not a change in quality.


The frequency of updates.

--feedback--

The sentence does not mention anything about the frequency of updates.

--video-solution--

2

--explanation--

To find what has been reduced, pay attention to the phrase a significant drop in and the word that follows it.

The word complaints indicates that the decrease is specifically in the number of complaints.

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