Back to Freecodecamp

Task 115

curriculum/challenges/english/blocks/learn-how-to-use-prepositions-according-to-context/6856b838a3f6866ac27888c9.md

latest1.7 KB
Original Source
<!-- (Audio) Maria: Definitely. I'll keep everything on track and update you weekly on our progress. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Definitely. I'll BLANK everything BLANK and update you weekly on our progress.

--blanks--

keep

--feedback--

This verb means to maintain or continue in a certain condition or direction.


on track

--feedback--

This two-word phrase means moving forward as planned, without falling behind.

--explanation--

Keep means to maintain something in its current state or ensure it continues as expected. For example:

Let's keep the project within budget. – This means to stay at the planned cost.

On track means that a plan or task is proceeding as scheduled. For example:

The team is on track to meet the deadline. – This means everything is progressing correctly.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_22-2.mp3",
      "startTime": 1,
      "startTimestamp": 78.16,
      "finishTimestamp": 81.9
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 4.74,
      "dialogue": {
        "text": "Definitely. I'll keep everything on track and update you weekly on our progress.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 5.24
    }
  ]
}