Back to Freecodecamp

Task 53

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

latest1.9 KB
Original Source
<!-- (Audio) David: I'm not sure that's the best approach. Doesn't it create a disconnect among team members? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does disconnect mean in David's question?

--answers--

A problem with the company's internet service.

--feedback--

David isn't talking about internet issues.


An increase in teamwork and collaboration.

--feedback--

A disconnect doesn't mean a stronger teamwork.


A new way for employees to communicate.

--feedback--

David isn't introducing a new method.


A lack of communication or connection between team members.

--video-solution--

4

--explanation--

A disconnect refers to a lack of connection or communication between people. For example:

  • There's a disconnect between developers and designers on this project. - The developers and designers are not aligned in their understanding or goals.

  • We need to fix the disconnect between user feedback and product updates. - The company is not fully considering user feedback when making updates.

--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": 4.38,
      "finishTimestamp": 8.8
    }
  },
  "commands": [
    {
      "character": "David",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "David",
      "startTime": 1,
      "finishTime": 5.42,
      "dialogue": {
        "text": "I'm not sure that's the best approach. Doesn't it create a disconnect among team members?",
        "align": "center"
      }
    },
    {
      "character": "David",
      "opacity": 0,
      "startTime": 5.92
    }
  ]
}