Back to Freecodecamp

Task 43

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

latest1.4 KB
Original Source
<!-- AUDIO REFERENCE: Bob: Everybody, let's welcome Alice to the team. -->

--description--

Listen to the audio and answer the question below.

--questions--

--text--

What is Bob inviting the team to do?

--answers--

To leave the meeting.

--feedback--

This does not match the intent of welcoming a new team member.


To start working immediately.

--feedback--

The focus is on welcoming a new member, not beginning work.


To welcome Alice to the team.


To finish their projects.

--feedback--

The statement is about introducing a new member, not about project completion.

--video-solution--

3

--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": 35.72,
      "finishTimestamp": 38.04
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.32,
      "dialogue": {
        "text": "Everybody, let's welcome Alice to the team.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 3.82
    }
  ]
}