Back to Freecodecamp

Task 107

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

latest1.7 KB
Original Source
<!-- AUDIO REFERENCE: Maria: Thanks. Now, let's get started with the project details and your specific requirements, David. -->

--description--

This task checks your understanding of a conversation about beginning work on a project. In professional settings, it's important to grasp what is being planned and what is needed for a project.

--questions--

--text--

What is Maria suggesting they do next?

--answers--

She is thanking David and ending the meeting.

--feedback--

Maria is not ending the meeting.


She is proposing to start discussing the project details and David's needs for the project.


She is asking David to take over the meeting.

--feedback--

Maria is not asking David to take over the meeting.


She is asking David to provide a summary of the project.

--feedback--

Maria is not asking for a summary.

--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": 52.12,
      "finishTimestamp": 56.54
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 5.42,
      "dialogue": {
        "text": "Thanks. Now, let's get started with the project details and your specific requirements, David.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 5.92
    }
  ]
}