Back to Freecodecamp

Task 74

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

latest1.6 KB
Original Source
<!-- AUDIO REFERENCE: Bob: Okay, team. Let's help Lisa with the support she needs to start. -->

--description--

Listen to the audio and answer the question below.

--questions--

--text--

What is Bob inviting the team to do?

--answers--

Bob is asking the team to complete Lisa's tasks for her.

--feedback--

Bob's statement is about supporting Lisa, not completing her tasks for her.


Bob is asking the team to attend a meeting about Lisa.

--feedback--

There's no mention of a meeting in Bob's statement; it's about offering support to Lisa.


Bob is telling the team to leave Lisa to work independently.

--feedback--

Bob's statement is about offering support, not leaving Lisa to work alone.


Bob is asking the team to help Lisa with the support she needs to get started.

--video-solution--

4

--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": 58.82,
      "finishTimestamp": 62.18
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.36,
      "dialogue": {
        "text": "Okay, team. Let's help Lisa with the support she needs to start.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 4.86
    }
  ]
}