Back to Freecodecamp

Task 34

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

latest1.8 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 BLANK BLANK meetings to stay on track.

--blanks--

schedule

--feedback--

This word means to arrange or plan something for a particular time.


regular

--feedback--

This word means happening at fixed intervals or in a consistent pattern.

--explanation--

Schedule means to plan or arrange something for a specific time. For example:

We need to schedule a meeting for next week. – This means you need to arrange a meeting at a specific time next week.

Regular refers to something that happens at consistent, predictable intervals. For example:

We have regular check-ins every Monday morning. – This means the check-ins happen consistently every Monday morning.

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