Back to Freecodecamp

Task 43

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

latest1.9 KB
Original Source
<!-- (Audio) Brian: Yes, but I think it's healthy to have some disagreement. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Brian's opinion about having opposed points of view in the team?

--answers--

He thinks it is harmful.

--feedback--

Brian describes disagreement as healthy, which means he doesn't see it as harmful.


He wants to avoid all disagreements.

--feedback--

Brian actually suggests that some disagreement is a good thing, not something to avoid completely.


He thinks it is beneficial.


He believes disagreements always cause problems.

--feedback--

Brian thinks disagreement can be healthy, meaning he sees value in having different points of view.

--video-solution--

3

--explanation--

The structure it's + adjective + to is used to describe the nature of an action. For example:

It's necessary to prepare before an important presentation. - This means that preparing is an essential action before presenting.

In this sentence, it's healthy to have means that having disagreement is beneficial.

--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": 12.28,
      "finishTimestamp": 15.02
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 3.74,
      "dialogue": {
        "text": "Yes, but I think it's healthy to have some disagreement.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 4.24
    }
  ]
}