Back to Freecodecamp

Task 37

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

latest2.1 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 BLANK our project timeline BLANK these numbers and make sure everyone's BLANK the order and deadlines.

--blanks--

update

--feedback--

This verb means to make something more current or accurate.


with

--feedback--

This preposition shows what is being used to make the update.


clear about

--feedback--

This two-word phrase means that people understand something well.

--explanation--

To update with means to add new information to something using specific data. For example:

The app was updated with new features. — New tools or functions were added to the app.

To be clear about something means to understand it fully or explain it so others do. For example:

She was clear about the deadline. — She clearly explained when the task must be finished.

Jessica is saying she'll adjust the timeline using the numbers James gave, and make sure everyone understands what comes next and when.

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