Back to Freecodecamp

Task 69

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

latest2.0 KB
Original Source
<!-- AUDIO REFERENCE: Bob: And I'm Bob, the team's project manager. I'm the person you always need to talk to if you have any questions about the team's goals and schedule. -->

--description--

In this audio, Bob is explaining his role as a project manager and what he can help with.

--questions--

--text--

Which part of Bob's sentence tells Lisa what she can ask him for help with?

--answers--

I'm the person you always need to talk to

--feedback--

This part introduces Bob as the point of contact but doesn't specify what for.


And I'm Bob, the team's project manager

--feedback--

While this introduces Bob's role, it doesn't specify the kind of help he offers.


if you have any questions

--feedback--

This phrase suggests that questions are welcome but doesn't detail the topics.


about the team's goals and schedule

--video-solution--

4

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": { "x": 50, "y": 15, "z": 1.2 },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.2-3.mp3",
      "startTime": 1,
      "startTimestamp": 42.84,
      "finishTimestamp": 50.98
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.22,
      "dialogue": {
        "text": "And I'm Bob, the team's project manager.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "startTime": 3.23,
      "finishTime": 5,
      "dialogue": {
        "text": "I'm the person you always need to talk to",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "startTime": 5,
      "finishTime": 9.14,
      "dialogue": {
        "text": "if you have any questions about the team's goals and schedule.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 9.64
    }
  ]
}