Back to Freecodecamp

Task 69

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

latest1.7 KB
Original Source
<!-- (Audio) Anna: That's a valid point. However, we've been using collaboration tools to keep everyone connected. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

That's a valid point. However, we've been using BLANK to keep everyone connected.

--blanks--

collaboration tools

--feedback--

These two words together refer to digital platforms that help teams communicate and work together. The first word relates to working with others, and the second word is a noun meaning instruments or software used to complete a task.

--explanation--

Anna mentions collaboration tools as a solution for keeping remote teams connected.

These tools allow employees to communicate, share files, and manage projects efficiently, even when working at different times.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Anna",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_11-2.mp3",
      "startTime": 1,
      "startTimestamp": 28.84,
      "finishTimestamp": 33.94
    }
  },
  "commands": [
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 6.1,
      "dialogue": {
        "text": "That's a valid point. However, we've been using collaboration tools to keep everyone connected.",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 6.6
    }
  ]
}