Back to Freecodecamp

Task 48

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

latest1.9 KB
Original Source
<!-- (Audio) Lisa: I understand, but sometimes too much disagreement can slow things down. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What argument does Lisa use to contradict Brian's idea?

--answers--

She says that disagreement is always bad.

--feedback--

In fact, Lisa merely points out that too much of it can be a problem.


She says that too much disagreement can slow things down.


She says that everyone should agree all the time.

--feedback--

Lisa does not argue for complete agreement.


She says that disagreement helps speed up decisions.

--feedback--

Lisa argues that too much disagreement can make decisions take longer.

--video-solution--

2

--explanation--

Too much + noun is used to indicate an excessive amount of something, which is often seen as negative. For example:

Too much noise in the office makes it hard to concentrate. - This means an excessive amount of noise negatively affects concentration.

In this dialogue, too much disagreement means an excessive level of disagreement that could slow progress.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Lisa",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_8-2.mp3",
      "startTime": 1,
      "startTimestamp": 19.84,
      "finishTimestamp": 23.32
    }
  },
  "commands": [
    {
      "character": "Lisa",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lisa",
      "startTime": 1,
      "finishTime": 4.48,
      "dialogue": {
        "text": "I understand, but sometimes too much disagreement can slow things down.",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 4.98
    }
  ]
}