Back to Freecodecamp

Task 53

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

latest1.4 KB
Original Source
<!-- AUDIO REFERENCE: Bob: Let me introduce you all briefly. -->

--description--

Brief means short in duration or length. When people say something is brief, it indicates that it won't take a lot of time.

Briefly is the adverb form of brief and is used to describe how an action is done. For example, I will speak briefly means the speaking will be done for a short time.

--fillInTheBlank--

--sentence--

BLANK me introduce you all BLANK.

--blanks--

Let

--feedback--

This word is used to give permission or to allow an action to happen. The first letter is capitalized.


briefly

--feedback--

It means to do something for a short time or in a quick manner. It ends in -ly.

--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": 10.66,
      "finishTimestamp": 12.20
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 2.54,
      "dialogue": {
        "text": "Let me introduce you all briefly.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 3.04
    }
  ]
}