Back to Freecodecamp

Task 35

curriculum/challenges/english/blocks/learn-how-to-express-agreement/67a8b767810d4512a77c8988.md

latest2.0 KB
Original Source
<!-- (Audio) Linda: I'll also keep you updated on the design process, and we can schedule regular meetings to stay on track. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I'll also keep you updated on the design process, and we can schedule regular meetings to BLANK BLANK BLANK.

--blanks--

stay

--feedback--

This word means to remain or continue in a particular state or condition.


on

--feedback--

This word shows the position or direction related to a surface or a topic.


track

--feedback--

This word refers to the path, plan, or progress that is being followed.

--explanation--

Track refers to a specific course, direction, or plan that is being followed. For example:

We need to keep the project on track. – This means ensuring that the project follows the planned course and is progressing as expected.

Stay on track means to continue focusing on a goal or plan and not let distractions or obstacles interfere. For example:

We need to stay on track to finish the design by the end of the week. – This means the team needs to keep their focus and follow the plan to complete the design on time.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Linda",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_10-1.mp3",
      "startTime": 1,
      "startTimestamp": 37.44,
      "finishTimestamp": 42.14
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 5.7,
      "dialogue": {
        "text": "I'll also keep you updated on the design process and we can schedule regular meetings to stay on track.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 6.2
    }
  ]
}