Back to Freecodecamp

Task 85

curriculum/challenges/english/blocks/learn-how-to-share-feedback/679d1dd5074cc14607a9ef87.md

latest2.1 KB
Original Source
<!-- (Audio) Maria: He pointed out that the search function is slow and some buttons aren't responding. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

He pointed out that the BLANK function is slow and some BLANK aren't responding.

--blanks--

search

--feedback--

This word refers to a feature in software that allows users to look for specific information.


buttons

--feedback--

This word refers to clickable elements in a user interface that trigger actions.

--explanation--

The search function is a tool that allows users to find specific content within an application or website. For example:

The app's search function helps users quickly find their saved documents. - This means users can look for specific files using the search feature.

In a user interface (UI), buttons are interactive elements that users click to perform actions. For example:

The submit button on the form allows users to send their responses. - This means clicking the button completes the action of submitting the form.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_8-3.mp3",
      "startTime": 1,
      "startTimestamp": 18.3,
      "finishTimestamp": 21.88
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.08,
      "dialogue": {
        "text": "He pointed out that the search function is slow",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "startTime": 3.08,
      "finishTime": 4.58,
      "dialogue": {
        "text": "and some buttons aren't responding.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 5.08
    }
  ]
}