Back to Freecodecamp

Task 12

curriculum/challenges/english/blocks/learn-how-to-express-disagreement/67ac66c90efa10043b842da5.md

latest2.0 KB
Original Source
<!-- (Audio) Bob: I understand, but isn't office furniture also a priority? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Does Bob agree with Anna?

--answers--

Yes, he completely agrees with Anna.

--feedback--

Bob does not fully agree; he introduces a different perspective.


No, he partially disagrees using a polite phrase.


No, he strongly disagrees with Anna.

--feedback--

Bob does not express strong disagreement; he acknowledges Anna's point first before presenting his own.


Yes, he changes his opinion to agree with Anna.

--feedback--

Bob does not change his opinion; instead, he brings up another priority.

--video-solution--

2

--explanation--

I understand, but… is a polite way to show partial disagreement. This phrase acknowledges the other person's point before introducing a different perspective. For example:

  • I understand, but we don't have enough time to implement this feature. - The speaker agrees but points out a time constraint.

  • I understand, but the current design is more user-friendly. - The speaker sees the other perspective but believes the current design is better.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_11-1.mp3",
      "startTime": 1,
      "startTimestamp": 18.8,
      "finishTimestamp": 21.78
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.98,
      "dialogue": {
        "text": "I understand, but isn't office furniture also a priority?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 4.48
    }
  ]
}