Back to Freecodecamp

Task 66

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

latest2.2 KB
Original Source
<!-- (Audio) David: I understand. But isn't it challenging to manage communication and collaboration with everyone working at different times? It seems like it could lead to a lot of delays and miscommunication. --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What would Anna say if she wanted to show agreement with David?

--answers--

That's a valid point.

--audio-id--

EN222f87c6


That's not true at all.

--audio-id--

ENbaa846e3

--feedback--

This response does not show agreement.

--video-solution--

1

--explanation--

That's a valid point is a polite way to acknowledge someone's argument. It means that their concern is reasonable and worth considering. For example:

  • Person 1: Too many meetings can reduce productivity.

  • Person 2: That's a valid point. We should keep them short and focused. - This person agrees that unnecessary meetings waste time.

Anna would use this phrase to show that she understands and agrees with David's concern about potential delays and miscommunication in asynchronous remote work.

--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": 28.84
    }
  },
  "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",
      "startTime": 7.76,
      "finishTime": 11.78,
      "dialogue": {
        "text": "It seems like it could lead to a lot of delays and miscommunication.",
        "align": "center"
      }
    },
    {
      "character": "David",
      "opacity": 0,
      "startTime": 12.28
    }
  ]
}