Back to Freecodecamp

Task 13

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

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

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I BLANK, BLANK isn't office furniture also a priority?

--blanks--

understand

--feedback--

This verb means to recognize or accept what someone is saying.


but

--feedback--

This word introduces a contrasting idea. It is a common way to show polite disagreement.

--explanation--

Bob begins with I understand, but…, which is a polite way to show partial disagreement.

Bob politely disagrees by acknowledging Anna's point first and then introducing his own concern. This structure is useful in discussions where you want to show respect while presenting a different opinion.

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