Back to Freecodecamp

Task 67

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

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

--description--

A project manager is a key role in many companies. This person is responsible for planning, organizing, and directing the completion of specific projects while ensuring these projects are on time, on budget, and within scope.

A project manager often coordinates with different team members, sets deadlines, assigns responsibilities, and monitors the progress of the project.

--questions--

--text--

Which activities best describe what a project manager does?

--answers--

Designs the products and creates marketing strategies.

--feedback--

These tasks are typically handled by other specialized roles, not the project manager.


Plans and organizes projects, sets deadlines, and monitors progress.


Teaches new employees and manages company finances.

--feedback--

While important, these activities are not typically the primary responsibilities of a project manager.


Prepares food and serves customers in a restaurant.

--feedback--

This description fits roles in the food service industry, not a project manager.

--video-solution--

2

--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": 45.42,
      "finishTimestamp": 50.98
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 6.56,
      "dialogue": {
        "text": "I'm the person you always need to talk to if you have any questions about the team's goals and schedule.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 7.06
    }
  ]
}