Back to Freecodecamp

Task 21

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

latest2.0 KB
Original Source
<!-- AUDIO REFERENCE: Bob: It's nice to have you here, Alice. I'm Bob, the project manager. Welcome aboard. I'm sure your experience will be of great help to us. -->

--description--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

It's BLANK to BLANK you here, Alice. I'm Bob, the project BLANK. Welcome aboard. I'm sure your BLANK will be of great help to us.

--blanks--

nice

--feedback--

This word is often used to express pleasure or satisfaction in greetings.


have

--feedback--

Think about the usage of this verb in expressions of possession or presence.


manager

--feedback--

This is a common term for someone who oversees and directs a project or team.


experience

--feedback--

Refers to the knowledge or skill acquired by a period of involvement in a field.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.2-1.mp3",
      "startTime": 1,
      "startTimestamp": 17.72,
      "finishTimestamp": 25.26
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 2.44,
      "dialogue": {
        "text": "It's nice to have you here, Alice.",
        "align": "center"
      }
    },
       {
      "character": "Bob",
      "startTime": 2.46,
      "finishTime": 5.26,
      "dialogue": {
        "text": "I'm Bob, the project manager. Welcome aboard.",
        "align": "center"
      }
    },
       {
      "character": "Bob",
      "startTime": 5.7,
      "finishTime": 8.54,
      "dialogue": {
        "text": "I'm sure your experience will be of great help to us.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 9.04
    }
  ]
}