Back to Freecodecamp

Task 63

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

latest1.8 KB
Original Source
<!-- (Audio) David: I understand. But isn't it challenging to manage communication and collaboration with everyone working at different times? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I understand. But isn't it challenging to manage BLANK and BLANK with everyone working at different times?

--blanks--

communication

--feedback--

This word refers to the exchange of information between people.


collaboration

--feedback--

This word refers to working together to achieve a goal.

--explanation--

David is concerned about communication (sharing information effectively) and collaboration (working together as a team) in an asynchronous remote work setting.

Since employees are working at different times, it may be harder for them to exchange information quickly and work together efficiently. These challenges can affect teamwork and productivity.

--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": 24.5
    }
  },
  "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",
      "opacity": 0,
      "startTime": 7.94
    }
  ]
}