Back to Freecodecamp

Task 71

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

latest1.5 KB
Original Source
<!-- AUDIO REFERENCE: Bob: Excellent. Lisa, it's great to have you join our team, even if just online. -->

--description--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK. Lisa, it's great to BLANK you BLANK our team, BLANK if just online.

--blanks--

Excellent

--feedback--

This word is used to express happiness or satisfaction with something. The first letter is capitalized.


have

--feedback--

This verb indicates possession or the experience of something happening.


join

--feedback--

This verb is used to describe the action of becoming part of a group.


even

--feedback--

This word adds emphasis and can introduce an exception or contrast.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.2-3.mp3",
      "startTime": 1,
      "startTimestamp": 53.38,
      "finishTimestamp": 58.18
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 5.80,
      "dialogue": {
        "text": "Excellent. Lisa, it's great to have you join our team, even if just online.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 6.30
    }
  ]
}