Back to Freecodecamp

Task 90

curriculum/challenges/english/blocks/learn-introductions-in-an-online-team-meeting/657e49f3ee34e67dbe0d8848.md

latest1.7 KB
Original Source
<!-- AUDIO REFERENCE: Maria: Welcome, everyone. Today, we have with us our clients from FCC Corporation. -->

--description--

A representative is a person chosen or appointed to speak or act on behalf of others. In a business context, representatives from a company attend meetings to discuss their needs or collaborate on projects.

For example, He is our representative at the conference means he is the person attending the conference to represent the interests of his company.

--questions--

--text--

Who is Maria introducing to the team?

--answers--

Their new team member.

--feedback--

Maria doesn't mention a new team member.


The clients from FCC Corporation.


The company's new CEO.

--feedback--

The introduction is about clients from another company, not about a CEO.


The cleaning staff.

--feedback--

Maria is introducing business clients, not staff members.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {"x":50,"y":0,"z":1.5},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.2-5.mp3",
      "startTime": 1,
      "startTimestamp": 0.00,
      "finishTimestamp": 4.74
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 5.74,
      "dialogue": {
        "text": "Welcome, everyone. Today, we have with us our clients from FCC Corporation.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 6.24
    }
  ]
}