Back to Freecodecamp

Task 16

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

latest2.0 KB
Original Source
<!-- (audio) Tom: I think so. We haven't been receiving as many negative comments. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I think so. We BLANK been receiving as many BLANK BLANK.

--blanks--

haven't

--feedback--

It's the contraction of have not, used to indicate something that has not happened recently.


negative

--feedback--

This word describes something unfavorable or critical.


comments

--feedback--

These are opinions or feedback shared by users, in the plural form.

--explanation--

Haven't is the contraction of have not, used in the Present Perfect tense to indicate that an action has not occurred.

Negative refers to something unfavorable or critical. For example:

The user left a negative review about the app's performance. - Here, negative describes the unfavorable nature of the review.

Comment is an opinion or piece of feedback provided by someone. Its plural form is comments. For example:

I received a comment suggesting more features in the app. - In this context, comment refers to feedback provided by a user about the app.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_4-1.mp3",
      "startTime": 1,
      "startTimestamp": 18.4,
      "finishTimestamp": 21.46
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 4.06,
      "dialogue": {
        "text": "I think so. We haven't been receiving as many negative comments.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 4.56
    }
  ]
}