Back to Freecodecamp

Task 50

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

latest1.5 KB
Original Source
<!-- AUDIO REFERENCE: Bob: Good morning, everyone. I hope you're well. -->

--description--

The word hope is used to express a wish for something to be true or to happen. For example, saying I hope you're doing well means you wish that the person is fine or happy.

Well is often used to mean in good health or in a good condition. For example, Are you feeling well today? is asking if someone is in good health.

--fillInTheBlank--

--sentence--

Good BLANK, everyone. I BLANK you're BLANK.

--blanks--

morning

--feedback--

This word indicates the early part of the day, before noon.


hope

--feedback--

This verb is used to express a wish or desire for something good to happen.


well

--feedback--

In this context, this word refers to being in good health or condition.

--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": 0.00,
      "finishTimestamp": 2.84
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.84,
      "dialogue": {
        "text": "Good morning, everyone. I hope you're well.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 4.34
    }
  ]
}