Back to Freecodecamp

Task 28

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

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

--description--

When you say no matter, you're saying that a particular situation or condition doesn't change the outcome or the result. It emphasizes that something will happen or is true regardless of other factors.

--questions--

--text--

In the audio, what does Alice mean when she says no matter where they are?

--answers--

Teams can only work together if they are in the office

--feedback--

They can work in other places, too, not only in the office.


They can work even if they are in different places


They can only work together when they are at home

--feedback--

Not really. It does not matter where the people are.


They can only work together if they are using a collaboration platform

--feedback--

Not necessarily. There are other ways people can work together from different places.

--video-solution--

2

--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": 14.18
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 5.78,
      "dialogue": {
        "text": "During the pandemic, we worked from home with tools like video conference apps and collaboration platforms.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "startTime": 6.44,
      "finishTime": 9.24,
      "dialogue": {
        "text": "They allow teams to work together no matter where they are.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 9.74
    }
  ]
}