Back to Freecodecamp

Task 62

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

latest2.0 KB
Original Source
<!-- (Audio) Brian: If people don't feel valued, they might lose motivation, right? --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

How could Lisa tell Brian she thinks his idea is valid?

--answers--

That's a good point.

--audio-id--

ENc3d4ead4


There's no point in arguing with you.

--audio-id--

ENe48672b8

--feedback--

Using this sentence, Lisa would be telling Brian she does not want to discuss this any longer, not that she agrees with him.

--video-solution--

1

--explanation--

The phrase That's a good point is used to acknowledge that someone has made a valid or important argument. In this context, Lisa is agreeing with Brian's statement That's a good point is used to acknowledge that someone has made a valid or important argument. For example:

  • Person 1: We should consider remote work options to improve productivity.

  • Person 2: That's a good point. It could help employees stay more focused. - This means you think remote work is a good way to improve workers' productivity by making them keep focus.

In this dialogue, Lisa is agreeing with Brian's statement about the impact of not valuing people's opinions.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_8-2.mp3",
      "startTime": 1,
      "startTimestamp": 42.54,
      "finishTimestamp": 46.1
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 4.56,
      "dialogue": {
        "text": "If people don't feel valued, they might lose motivation, right?",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 5.06
    }
  ]
}