Back to Freecodecamp

Task 68

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

latest2.4 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 a professional context, a schedule refers to a planned timeline for tasks or events. For example, schedule of the day refers to all activities and actions planned for that day. Understanding a project's schedule is key to managing time effectively.

Team's goals are the objectives or targets that a team works towards.

--fillInTheBlank--

--sentence--

And I'm Bob, the team's project BLANK. I'm the BLANK you always need to talk to if you have BLANK questions about the team's BLANK and BLANK.

--blanks--

manager

--feedback--

This noun refers to the person responsible for overseeing a project.


person

--feedback--

This noun indicates an individual, in this case, Bob, who is responsible for certain tasks.


any

--feedback--

This word is used to indicate any amount or type, suggesting openness to various questions.


goals

--feedback--

This word in the plural form refers to the objectives or targets set by the team.


schedule

--feedback--

This word refers to the planned timeline for tasks or events in a project.

--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
    }
  ]
}