Back to Freecodecamp

Task 94

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

latest2.3 KB
Original Source
<!-- AUDIO REFERENCE: Maria: I'm Maria, the lead developer. I'm responsible for the technical aspects of the project. This is Bob, the project manager. He's responsible for coordinating our efforts to meet your needs. -->

--description--

Listen to the audio and answer the question below.

--questions--

--text--

Who is responsible for coordinating efforts and the technical aspects in the project?

--answers--

Bob is responsible for both coordinating efforts and technical aspects.

--feedback--

The audio indicates different roles for Bob and Maria.


Maria is responsible for technical aspects, and Bob for coordinating efforts.


Both Maria and Bob are responsible for marketing.

--feedback--

The responsibilities mentioned are different from marketing.


Maria is in charge of client relations, and Bob handles technical support.

--feedback--

Listen again to understand their specific roles as mentioned.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": { "x": 50, "y": 0, "z": 1.5 },
        "opacity": 0
      },
      {
        "character": "Bob",
        "position": { "x": 50, "y": 15, "z": 1.2 },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.2-5.mp3",
      "startTime": 1,
      "startTimestamp": 9.18,
      "finishTimestamp": 19.08
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 5.18,
      "dialogue": {
        "text": "I'm Maria, the lead developer. I'm responsible for the technical aspects of the project.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 5.18
    },
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 5.19
    },
    {
      "character": "Maria",
      "startTime": 5.19,
      "finishTime": 10.9,
      "dialogue": {
        "text": "This is Bob, the project manager. He's responsible for coordinating our efforts to meet your needs.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 11.4
    }
  ]
}