Back to Freecodecamp

Task 51

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

latest1.6 KB
Original Source
<!-- AUDIO REFERENCE: Bob: Today, we have a new member joining our team. -->

--description--

This sentence is commonly used in professional environments to announce the arrival of a new team member. Each word plays a specific role in the sentence, from indicating the time to describing the action happening.

--fillInTheBlank--

--sentence--

BLANK, we BLANK a new BLANK BLANK our team.

--blanks--

Today

--feedback--

This word indicates the day you are in right now. The first letter is capitalized.


have

--feedback--

This verb means possessing or holding something, used here to indicate the presence of a new person.


member

--feedback--

This noun refers to someone who belongs to a group or team.


joining

--feedback--

This word means becoming part of a group, team, or activity. It ends in -ing.

--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": 3.18,
      "finishTimestamp": 5.70
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.52,
      "dialogue": {
        "text": "Today, we have a new member joining our team.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 4.02
    }
  ]
}