Back to Freecodecamp

Task 27

curriculum/challenges/english/blocks/learn-how-to-discuss-popular-trends-in-technology/661920391cc3297ee7350b33.md

latest1.6 KB
Original Source
<!-- (Audio) Alice: During the pandemic, we worked from home with tools like video conference apps and collaboration platforms. -->

--description--

Listen to the audio to answer the question.

--questions--

--text--

Which collaboration tools does Alice mention?

--answers--

Chat apps and email

--feedback--

These are collaboration tools, but they are not mentioned by Alice.


IDEs and text editor

--feedback--

These are very useful tools for developers, but they are not considered collaboration tools.


Calendars and kanban boards

--feedback--

These are excellent organizing tools, but they are not considered collaboration tools.


Video conference apps and collaboration platforms

--video-solution--

4

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Alice",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.2-2.mp3",
      "startTime": 1,
      "startTimestamp": 5.94,
      "finishTimestamp": 10.92
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 5.98,
      "dialogue": {
        "text": "During the pandemic, we worked from home with tools like video conference apps and collaboration platforms.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 6.48
    }
  ]
}