Back to Freecodecamp

Task 13

curriculum/challenges/english/blocks/learn-present-perfect-while-talking-about-accessibility/6717ba3d37ec4e73a50878da.md

latest2.1 KB
Original Source
<!-- (audio) Sophie: That's good to hear. Do you think the users have noticed the improvements? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

That's good to hear. Do you think the users BLANK BLANK the BLANK?

--blanks--

have

--feedback--

This word is part of the Present Perfect tense, indicating an action that already happened recently.


noticed

--feedback--

This word is the main verb of the Present Perfect tense. It means to become aware of or recognize something.


improvements

--feedback--

This word in the plural form refers to positive changes made to enhance the product or service.

--explanation--

Have noticed is the Present Perfect tense, used to indicate that users may have become aware of or recognized something recently or over a period of time. It shows that the action of noticing could have started in the past and may still be relevant now.

Improvement means a positive change or enhancement. Its plural form is improvements. For example:

The latest software update brought a great improvement in speed. - In this example, improvement indicates that the update made the software faster and more efficient.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_4-1.mp3",
      "startTime": 1,
      "startTimestamp": 15.36,
      "finishTimestamp": 18.28
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.92,
      "dialogue": {
        "text": "That's good to hear. Do you think the users have noticed the improvements?",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 4.42
    }
  ]
}