Back to Freecodecamp

Task 103

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

latest1.4 KB
Original Source
<!-- AUDIO REFERENCE: David: I'll be your point of contact and I'll make sure our collaboration is great. -->

--description--

Listen to the audio and answer the question below.

--questions--

--text--

What is David's role in this collaboration?

--answers--

He is committed to providing technical support.

--feedback--

David doesn't work with technical support.


He is dedicated to ensuring effective collaboration.


He will lead the project team.

--feedback--

Maria is the lead.


He will manage the project's finances.

--feedback--

David doesn't mention finances.

--video-solution--

2

--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": 42.10,
      "finishTimestamp": 46.32
    }
  },
  "commands": [
    {
      "character": "David",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "David",
      "startTime": 1,
      "finishTime": 5.22,
      "dialogue": {
        "text": "I'll be your point of contact and I'll make sure our collaboration is great.",
        "align": "center"
      }
    },
    {
      "character": "David",
      "opacity": 0,
      "startTime": 5.72
    }
  ]
}