Back to Freecodecamp

Task 75

curriculum/challenges/english/blocks/learn-how-to-plan-future-events/67574bb2fe3c4c42bae7b6e5.md

latest1.5 KB
Original Source
<!-- (Audio) I'll update the project manager about the situation. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I'll update the BLANK BLANK about the situation.

--blanks--

project

--feedback--

This word refers to a specific task or goal being worked on.


manager

--feedback--

This word refers to a person responsible for overseeing and organizing tasks or teams.

--explanation--

A project manager is a person who oversees the progress of a project, ensuring tasks are completed on time and goals are met. For example:

The project manager called a meeting to discuss deadlines. - This shows the manager organizing and leading the team.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_5-2.mp3",
      "startTime": 1,
      "startTimestamp": 24.44,
      "finishTimestamp": 27.08
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 3.64,
      "dialogue": {
        "text": "I'll update the project manager about the situation.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 4.14
    }
  ]
}