Back to Freecodecamp

Task 1

curriculum/challenges/english/blocks/learn-how-to-express-concerns/67c4709a5c507f17801e0ea9.md

latest1.5 KB
Original Source
<!-- (Audio) Bob: Hey Maria, can we talk about the project timeline? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Hey Maria, can we talk about the project BLANK?

--blanks--

timeline

--feedback--

This word refers to a schedule that shows when tasks or events should happen.

--explanation--

A project timeline is a schedule that outlines key milestones, deadlines, and tasks in a project. It helps teams stay organized and complete work on time. For example:

We need to adjust the project timeline to allow more time for testing. - This means the schedule needs changes to include more testing time.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_12-1.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 2.68
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.68,
      "dialogue": {
        "text": "Hey Maria, can we talk about the project timeline?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 4.18
    }
  ]
}