Back to Freecodecamp

Task 91

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

latest1.6 KB
Original Source
<!-- AUDIO REFERENCE: Maria: David, let me introduce the team and briefly explain what we do. -->

--description--

Listen to the audio and answer the question below.

--questions--

--text--

What is Maria planning to do based on what she says to David?

--answers--

She plans to take a break and resume the meeting later.

--feedback--

The statement is about introducing and explaining, not about taking a break.


She is going to introduce the team and give a short explanation of their work.


She intends to ask David for his opinion on the team's work.

--feedback--

Maria's focus is on introducing the team and explaining their role, not on seeking opinions.


She wants to discuss the financial aspects of the team's work.

--feedback--

The audio indicates an introduction and overview of work, not a financial discussion.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {"x":50,"y":0,"z":1.5},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.2-5.mp3",
      "startTime": 1,
      "startTimestamp": 5.44,
      "finishTimestamp": 8.68
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 4.24,
      "dialogue": {
        "text": "David, let me introduce the team and briefly explain what we do.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 4.74
    }
  ]
}