Back to Freecodecamp

Task 61

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

latest1.7 KB
Original Source
<!-- (Audio) David: I understand. But isn't it challenging to manage communication and collaboration with everyone working at different times? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I BLANK. BLANK isn't it challenging to manage communication and collaboration with everyone working at different times?

--blanks--

understand

--feedback--

This verb means to recognize or acknowledge someone's point of view.


But

--feedback--

This word introduces a contrasting idea or concern. The first letter is capitalized.

--explanation--

David uses I understand. But to show that he understands Anna's argument about flexibility but questions whether asynchronous work makes communication and teamwork harder.

This is a common way to express polite disagreement or raise a counterpoint in a discussion.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "David",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_11-2.mp3",
      "startTime": 1,
      "startTimestamp": 18.06,
      "finishTimestamp": 24.5
    }
  },
  "commands": [
    {
      "character": "David",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "David",
      "startTime": 1,
      "finishTime": 7.44,
      "dialogue": {
        "text": "I understand. But isn't it challenging to manage communication and collaboration with everyone working at different times?",
        "align": "center"
      }
    },
    {
      "character": "David",
      "opacity": 0,
      "startTime": 7.94
    }
  ]
}