Back to Freecodecamp

Task 82

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

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

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What did the client say in his email about the issue?

--answers--

Some features aren't working as expected.


The client requested new features.

--feedback--

Maria does not say anything about requests for new features.


The client was happy with the update.

--feedback--

The client reported problems with features.


The client said everything was working perfectly.

--feedback--

Maria states that there were issues with the features.

--video-solution--

1

--explanation--

Mention means to briefly talk about or refer to something without going into great detail. For example:

She mentioned that the deadline was moved to next week. - This means she briefly informed someone about the deadline change.

In this dialogue, the client mentioned the issue, meaning they brought it up in their email.

--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
    }
  ]
}