Back to Freecodecamp

Task 101

curriculum/challenges/english/blocks/learn-present-perfect-while-talking-about-accessibility/672cce96163ee1965d3e6133.md

latest2.2 KB
Original Source
<!-- (Audio) James: We've received a lot of positive comments, but there are some areas we still need to improve. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

We've received a lot of BLANK, but there are some BLANK we still need to BLANK.

--blanks--

positive comments

--feedback--

These two words together refer to favorable or encouraging feedback given by people who attended the session.


areas

--feedback--

This word in the plural form refers to specific parts or aspects of the program.


improve

--feedback--

This verb means to make something better or more effective.

--explanation--

Positive comments are encouraging or complimentary responses given by participants. They show what people liked about the session. For example:

We received positive comments about the clarity of the instructions. - It indicates that people found the instructions clear and helpful.

Areas to improve refer to parts of a project, program, or product that could be made better. For example:

We have areas to improve in customer service response time. - It highlights specific aspects (in this case, response time) that need enhancement to meet a higher standard.

--scene--

json
{
  "setup": {
    "background": "interview-room1.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_4-4.mp3",
      "startTime": 1,
      "startTimestamp": 7.54,
      "finishTimestamp": 11.66
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 2.74,
      "dialogue": {
        "text": "We've received a lot of positive comments,",
        "align": "center"
      }
    },
    {
      "character": "James",
      "startTime": 2.8,
      "finishTime": 5.12,
      "dialogue": {
        "text": "but there are some areas we still need to improve.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 5.62
    }
  ]
}