Back to Freecodecamp

Task 54

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

latest1.5 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 complete the sentence below.

--fillInTheBlank--

--sentence--

Doesn't it create a BLANK among team members?

--blanks--

disconnect

--feedback--

This word means a lack of communication or connection between people.

--explanation--

David uses disconnect to express concern that remote work might make it harder for team members to communicate and collaborate. In a work environment, a disconnect can lead to misunderstandings, reduced teamwork, and weaker relationships among colleagues.

--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
    }
  ]
}