Back to Freecodecamp

Task 75

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

latest1.9 KB
Original Source
<!-- (Audio) Maria: He's not happy with our latest update and I'm not sure why. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What did the client email Maria about?

--answers--

The client wants to request a new feature.

--feedback--

Maria does not mention a feature request.


The client is congratulating the team on the update.

--feedback--

Maria says the client is not happy.


The client is asking about the company's next project.

--feedback--

Maria is talking about an email regarding an update on a previous project.


The client is unhappy with the latest update.

--video-solution--

4

--explanation--

He's not happy with means that a person is dissatisfied. It is a softer way of expressing discontent. For example:

She's not happy with the way the project was handled. - This means she is dissatisfied, but not necessarily angry.

I'm not sure why expresses uncertainty about the reason for something. For example:

The system stopped working, and I'm not sure why. - This means the speaker does not know the cause of the issue.

--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": 2.54,
      "finishTimestamp": 5.46
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.92,
      "dialogue": {
        "text": "He's not happy with our latest update and I'm not sure why.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 4.42
    }
  ]
}