Back to Freecodecamp

Task 112

curriculum/challenges/english/blocks/learn-how-to-clarify-misunderstandings/67f22524c95fbba5c3aea502.md

latest1.9 KB
Original Source
<!-- (Audio) David: I thought we were on track to release by the end of the week. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I thought we were BLANK to BLANK BLANK the week.

--blanks--

on track

--feedback--

This two-word phrase means things are going as planned or expected.


release

--feedback--

This word means to make a product available to the public.


by the end of

--feedback--

This four-word phrase refers to a time limit, meaning something should happen before a certain point.

--explanation--

On track means a project or task is progressing as planned. For example:

We're on track to finish the website next month. — This means the team is likely to meet the goal.

Release means to launch or make something available. For example:

They plan to release the new version tomorrow. — This means it will be made public.

By the end of sets a time frame, meaning before a specific point in time. For example:

The report is due by the end of the day. — This means it must be finished before the day is over.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "David",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_16-3.mp3",
      "startTime": 1,
      "startTimestamp": 28.2,
      "finishTimestamp": 31.1
    }
  },
  "commands": [
    {
      "character": "David",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "David",
      "startTime": 1,
      "finishTime": 3.9,
      "dialogue": {
        "text": "I thought we were on track to release by the end of the week.",
        "align": "center"
      }
    },
    {
      "character": "David",
      "opacity": 0,
      "startTime": 4.4
    }
  ]
}