Back to Freecodecamp

Task 72

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

latest1.5 KB
Original Source
<!-- AUDIO REFERENCE: Bob: Excellent. Lisa, it's great to have you join our team, even if just online. -->

--description--

Listen to the audio and answer the question below.

--questions--

--text--

What is Bob expressing to Lisa?

--answers--

Bob is asking Lisa for a team report.

--feedback--

This option doesn't match the welcoming nature of Bob's statement.


Bob is expressing dissatisfaction with Lisa joining online.

--feedback--

Bob's tone and words are welcoming, not expressing dissatisfaction.


Bob is welcoming Lisa to the team and acknowledging that it is online.


Bob is assigning Lisa a new project.

--feedback--

The statement is about welcoming Lisa, not assigning projects.

--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-3.mp3",
      "startTime": 1,
      "startTimestamp": 53.38,
      "finishTimestamp": 58.18
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 5.80,
      "dialogue": {
        "text": "Excellent. Lisa, it's great to have you join our team, even if just online.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 6.30
    }
  ]
}