Back to Freecodecamp

Task 2

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

latest2.0 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 schedule, and I think we need to BLANK our BLANK.

--blanks--

redefine

--feedback--

This verb means to change or update something.


milestones

--feedback--

This word in the plural form refers to important goals or points in a project that help track progress.

--explanation--

To redefine means to change the way you see or do something, usually to make it clearer or better. For example:

The company redefined its goals after customer feedback. — The team changed their goals to improve them.

A milestone is an important point in a project, like a big goal or checkpoint. For example:

Finishing the first version of the app is a major milestone. — It's a key step in the process that shows progress.

Jessica wants to redefine the milestones, which means to change the goals or checkpoints of the project.

--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
    }
  ]
}