Back to Freecodecamp

Task 29

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

latest1.9 KB
Original Source
<!-- (Audio) Alice: Video conferencing tools also made it possible for teams to have face-to-face meetings online. -->

--description--

Video conferencing is a way to have meetings or conversations with people who are not in the same location as you. Instead of talking on the phone, you use a special program or app on your computer, tablet, or phone. This program allows you to see and hear the other person on your screen, almost like they are in the same room with you, even if they are far away. It's a helpful tool for talking to friends, family, or colleagues when you can't meet in person.

Listen and fill in the blanks.

--fillInTheBlank--

--sentence--

BLANK BLANK tools also made it possible for teams to have face-to-face meetings online.

--blanks--

Video

--feedback--

We say this of things like apps or programs that give us a visual of what is happening. It is capitalized as it is the beginning of a sentence.


conferencing

--feedback--

This word refers to the fact that many people can join the same event. Preceded by video, it means everyone can see each other.

--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": 14.48,
      "finishTimestamp": 18.86
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 5.38,
      "dialogue": {
        "text": "Video conferencing tools also made it possible for teams to have face-to-face meetings online.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 5.88
    }
  ]
}