Back to Freecodecamp

Task 66

curriculum/challenges/english/blocks/learn-present-perfect-while-talking-about-accessibility/6728378c94eaf541fce8f334.md

latest1.9 KB
Original Source
<!-- (audio) Linda: We've had some positive feedback, but there are still a few bugs to fix. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

We've had some positive BLANK, but there are still a few BLANK to fix.

--blanks--

feedback

--feedback--

This word refers to comments or opinions about a product or service, often used to improve quality.


bugs

--feedback--

This term refers to errors in software that need to be resolved. It's plural form.

--explanation--

Feedback refers to responses or evaluations from users regarding a product's performance. For example:

The feedback from users helped improve the app. - It means the opinions given by users provide insight into what works well and what needs improvement.

Bugs refer to issues or errors in software that cause it to malfunction. For example:

The team is working hard to fix the bugs before the release. - It indicates specific problems in the software need to be corrected for it to function properly.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Linda",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_4-3.mp3",
      "startTime": 1,
      "startTimestamp": 6.42,
      "finishTimestamp": 9.78
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 4.36,
      "dialogue": {
        "text": "We've had some positive feedback, but there are still a few bugs to fix.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 4.86
    }
  ]
}