Back to Freecodecamp

Task 24

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

latest1.8 KB
Original Source
<!-- AUDIO REFERENCE: Bob: Alright, team. This is Alice's first day with us, so please let me introduce you all to her. -->

--description--

Introductions are important when a new team member joins. It helps everyone get to know each other and makes the new person feel welcome.

--fillInTheBlank--

--sentence--

Alright, team. This is Alice's BLANK day with us, so please let me BLANK you BLANK BLANK her.

--blanks--

first

--feedback--

This word describes something that happens before all others in time or order.


introduce

--feedback--

This word means to say someone's name so that other people can meet them and know who they are.


all

--feedback--

This word is used to refer to the whole number or entire sum of the team.


to

--feedback--

This preposition is often used to indicate direction or contact.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.2-2.mp3",
      "startTime": 1,
      "startTimestamp": 0.00,
      "finishTimestamp": 6.18
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.64,
      "dialogue": {
        "text": "Alright, team. This is Alice's first day with us,",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "startTime": 4.64,
      "finishTime": 7.18,
      "dialogue": {
        "text": "so please let me introduce you all to her.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 7.68
    }
  ]
}