Back to Freecodecamp

Task 1

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

latest1.7 KB
Original Source
<!-- (audio) Jessica: Hey, James. I've been reviewing our project schedule, and I think we need to redefine our milestones. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Hey, James. I've been reviewing our project BLANK, and I think we need to redefine our milestones.

--blanks--

schedule

--feedback--

This noun refers to a plan that shows when tasks or activities will happen.

--explanation--

Schedule is a plan for when things should happen. In a project, it usually includes timelines, tasks, and deadlines. For example:

We created a schedule to finish the app by July. — They made a plan with tasks and times to complete the app.

Jessica is reviewing the project schedule, which means she is looking at the plan and checking the tasks and deadlines.

--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": 0,
      "finishTimestamp": 4.68
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 5.68,
      "dialogue": {
        "text": "Hey, James. I've been reviewing our project schedule, and I think we need to redefine our milestones.",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 6.18
    }
  ]
}