Back to Freecodecamp

Task 38

curriculum/challenges/english/blocks/learn-how-to-talk-about-numbers-with-a-coworker/684702ecd6edaa2e459c30ec.md

latest1.7 KB
Original Source
<!-- (audio) Jessica: Excellent. I'll update our project timeline with these numbers and make sure everyone's clear about the order and deadlines. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Excellent. I'll update our project BLANK with these numbers and make sure everyone's clear about the order and deadlines.

--blanks--

timeline

--feedback--

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

--explanation--

A timeline is a visual or written plan that shows when things are scheduled to happen in a project. For example:

The timeline helps us stay on track and meet deadlines. — It keeps the team organized and on schedule.

Jessica is saying she will adjust the project schedule using the new data from James.

--scene--

json
{
  "setup": {
    "background": "interview-room2.png",
    "characters": [
      {
        "character": "Jessica",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_23-1.mp3",
      "startTime": 1,
      "startTimestamp": 60.88,
      "finishTimestamp": 66.38
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 6.5,
      "dialogue": {
        "text": "Excellent. I'll update our project timeline with these numbers and make sure everyone's clear about the order and deadlines.",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 7
    }
  ]
}