Back to Freecodecamp

Task 61

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

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

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Brian think might happen if we don't listen to those in the team who disagree?

--answers--

They might lose motivation.


They will stop having disagreements.

--feedback--

Ignoring people's opinions does not stop disagreements; it might just make people less engaged.


They will work harder to prove their point.

--feedback--

Brian does not suggest that feeling undervalued makes people work harder.


They will automatically agree with everything.

--feedback--

Not listening to people doesn't make them agree with everything — it can make them disengage instead.

--video-solution--

1

--explanation--

To feel valued describes the sensation you have when you believe that your thoughts, efforts, and contributions are appreciated. For example:

The project manager always dedicates some time during the meeting to hear what we have to say. This makes everyone in the team feel valued. - This means the attitude of the project manager is bringing good results to the team.

What Brian suggests is that if team members' opinions are ignored, they may feel unimportant. If team members feel valued, they are more likely to stay engaged and contribute new ideas.

On the other hand, if people feel like their opinions don't matter, they might become disengaged and lose motivation to contribute, which can harm overall teamwork and productivity.

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