Back to Freecodecamp

Task 30

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

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

--description--

Face-to-face means you and someone else can see each other directly. It's like having a conversation with a friend or a teacher when you can see their face and they can see yours.

Example: Even though we are in different countries, we can still have face-to-face meetings online using video conferencing tools.

--questions--

--text--

According to Alice, what kinds of meetings do video conferencing tools allow you to have?

--answers--

Meetings where people send text messages to each other

--feedback--

This option involves text messages and doesn't include real-time conversation with video.


Meetings where people share documents without speaking

--feedback--

Sharing documents is part of online collaboration, but it doesn't define a face-to-face meeting.


Meetings where people write letters to each other

--feedback--

Writing letters is a traditional way of communication and not the same as real-time online interaction.


Meetings where people talk and see each other through the computer or phone

--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": 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
    }
  ]
}