Back to Freecodecamp

Task 64

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

latest2.0 KB
Original Source
<!-- (Audio) David: It seems like it could lead to a lot of delays and miscommunication. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What problem does David think asynchronous remote work might cause?

--answers--

It helps employees respond to messages instantly.

--feedback--

David isn't concerned about instant communication.


It makes teamwork easier and faster.

--feedback--

David doesn't believe it might improve teamwork.


It ensures that everyone gets information at the same time.

--feedback--

David is worried that people working at different times might not work effectively.


It could lead to delays and miscommunication.

--video-solution--

4

--explanation--

Delays happen when something takes longer than expected. For example:

Poor time management can result in project delays. - If a team doesn't manage tasks well, the project may take longer.

Miscommunication happens when people misunderstand each other due to unclear messages. This can lead to mistakes and confusion. For example:

Miscommunication between departments delayed the product launch. - Different teams weren't aligned, which caused setbacks.

--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": 24.82,
      "finishTimestamp": 28.84
    }
  },
  "commands": [
    {
      "character": "David",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "David",
      "startTime": 1,
      "finishTime": 5.02,
      "dialogue": {
        "text": "It seems like it could lead to a lot of delays and miscommunication.",
        "align": "center"
      }
    },
    {
      "character": "David",
      "opacity": 0,
      "startTime": 5.52
    }
  ]
}