Back to Freecodecamp

Task 42

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

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

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Yes, but I think it's BLANK to have some BLANK.

--blanks--

healthy

--feedback--

This word means beneficial or good for a situation.


disagreement

--feedback--

This word refers to a situation where people have different opinions.

--explanation--

Healthy in this context means beneficial or positive for a situation, not related to physical health. For example:

It's healthy to take breaks while working. - This means taking breaks is good for productivity and well-being.

Disagreement means a situation where people have different opinions or views. For example:

They had a disagreement about the best way to solve the problem. - This means they did not share the same opinion on the solution.

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