Back to Freecodecamp

Task 81

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

latest1.7 KB
Original Source
<!-- (Audio) Maria: He mentioned that some features aren't working as expected. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

He mentioned that some BLANK aren't working as BLANK.

--blanks--

features

--feedback--

This word refers to specific functions or capabilities of a product, often in software or technology.


expected

--feedback--

This word means as planned or anticipated.

--explanation--

Features refers to specific functions or capabilities of a product, often in software. For example:

The new app update includes several useful features, such as dark mode and voice commands. - This means the app has new capabilities.

As expected means something is happening the way it was planned or anticipated. For example:

The event went as expected, with a great turnout and no issues. - This means the event proceeded according to the plan.

--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": 10.98,
      "finishTimestamp": 13.8
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.82,
      "dialogue": {
        "text": "He mentioned that some features aren't working as expected.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 4.32
    }
  ]
}