Back to Freecodecamp

Task 99

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

latest1.8 KB
Original Source
<!-- AUDIO REFERENCE: David: Wonderful to meet you all. I'm David, the project manager from FCC Corp. -->

--description--

Wonderful to meet you means the speaker is happy to be introduced to others. For example:

  • Bob: Let me introduce you Maria.

  • Maria: Hello, everyone. Wonderful to meet you all. - This means Maria feels good about meeting the group for the first time.

Corp. is a contraction for corporation, which is a large company or group of companies.

Companies usually have many kinds of employees. Some do a lot of talking, planning, and asking for updates in meetings. These people are often called managers.

--fillInTheBlank--

--sentence--

BLANK to meet you all. I'm David, the project BLANK from FCC Corp.

--blanks--

Wonderful

--feedback--

This word expresses David's positive feeling about meeting the group. The first letter is capitalized.


manager

--feedback--

This word tells David's role in the company. It is the singular form of managers.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "David",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.2-5.mp3",
      "startTime": 1,
      "startTimestamp": 37.24,
      "finishTimestamp": 41.84
    }
  },
  "commands": [
    {
      "character": "David",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "David",
      "startTime": 1,
      "finishTime": 5.60,
      "dialogue": {
        "text": "Wonderful to meet you all. I'm David, the project manager from FCC Corp.",
        "align": "center"
      }
    },
    {
      "character": "David",
      "opacity": 0,
      "startTime": 6.10
    }
  ]
}