Back to Freecodecamp

Task 100

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

latest1.4 KB
Original Source
<!-- AUDIO REFERENCE: David: Wonderful to meet you all. I'm David, the project manager from FCC Corp. -->

--description--

Listen to the audio and answer the question below.

--questions--

--text--

What is David's role at FCC Corp?

--answers--

He is a team member from Maria's team.

--feedback--

He's not part of Maria's team.


He is a project consultant at FCC Corp.

--feedback--

While David is involved in projects, this is not his role.


He is a doctor from FCC Corp.

--feedback--

David is not a doctor.


He is the project manager from FCC Corp.

--video-solution--

4

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "David",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.2-5.mp3",
      "startTime": 1,
      "startTimestamp": 37.24,
      "finishTimestamp": 41.84
    }
  },
  "commands": [
    {
      "character": "David",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "David",
      "startTime": 1,
      "finishTime": 5.60,
      "dialogue": {
        "text": "Wonderful to meet you all. I'm David, the project manager from FCC Corp.",
        "align": "center"
      }
    },
    {
      "character": "David",
      "opacity": 0,
      "startTime": 6.10
    }
  ]
}