Back to Freecodecamp

Task 1

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

latest1.7 KB
Original Source
<!-- AUDIO REFERENCE: Alice: Hi, everyone. My name is Alice, and I'm happy to be part of the team. -->

--description--

Listen to Alice's introduction and complete the sentence below.

--fillInTheBlank--

--sentence--

Hi, BLANK. My BLANK is Alice, and I'm happy to BLANK BLANK of the BLANK.

--blanks--

everyone

--feedback--

This word is used to address all the people present. Alice uses it to greet the group.


name

--feedback--

This word refers to what someone is called. Alice uses it to introduce herself.


be

--feedback--

This word is a verb used to talk about existence or identity. Alice uses it to express her feelings.


part

--feedback--

This word indicates a piece or segment of something larger. Alice uses it to describe her role in the group.


team

--feedback--

This word refers to a group of people working together. Alice uses it to identify the group she is joining.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Alice",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.2-1.mp3",
      "startTime": 1,
      "startTimestamp": 0.00,
      "finishTimestamp": 3.82
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 4.82,
      "dialogue": {
        "text": "Hi, everyone. My name is Alice, and I'm happy to be part of the team.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 5.32
    }
  ]
}