Back to Freecodecamp

Task 60

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

latest2.1 KB
Original Source
<!-- (Audio) Anna: I see where you're coming from, David. But we've found that asynchronous remote work offers flexibility. It allows people to work in a way that suits their productivity and personal life. --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

David understands Anna's point but still has a concern. What would he say?

--answers--

That's totally wrong. Remote work doesn't work at all.

--audio-id--

EN9e9cdd75

--feedback--

David acknowledges Anna's point instead of rejecting it completely.


I understand. But isn't it challenging?

--audio-id--

ENeaf9559e

--video-solution--

2

--explanation--

I understand, but is a polite way to acknowledge someone's point while introducing a concern or a different opinion. This phrase helps keep discussions respectful and balanced. For example:

  • Person 1: We should release the update today.

  • Person 2: I understand, but have we tested it enough? - This person acknowledges the idea but questions if it's ready.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Anna",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_11-2.mp3",
      "startTime": 1,
      "startTimestamp": 9.34,
      "finishTimestamp": 17.7
    }
  },
  "commands": [
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 5.52,
      "dialogue": {
        "text": "I see where you're coming from, David. But we found that asynchronous remote work offers flexibility.",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "startTime": 5.94,
      "finishTime": 9.36,
      "dialogue": {
        "text": "It allows people to work in a way that suits their productivity and personal life.",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 9.86
    }
  ]
}