Back to Freecodecamp

Task 78

curriculum/challenges/english/blocks/learn-how-to-use-prepositions-according-to-context/68552f07af05c6a3553a73cd.md

latest1.8 KB
Original Source
<!-- (Audio) David: All right. Do we have enough designers for the new user interface changes scheduled for the end of the quarter? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

All right. Do we have enough designers for the new user interface changes BLANK for the end of the BLANK?

--blanks--

scheduled

--feedback--

This word means planned or arranged to happen at a specific time. It ends with -ed.


quarter

--feedback--

This word refers to a three-month period in a business calendar.

--explanation--

Scheduled means something is officially planned to happen at a certain time. For example:

The meeting is scheduled for next Monday. – This means it is planned to occur on that day.

Quarter refers to one of four three-month periods in a business or financial year. For example:

Sales increased in the second quarter. – This means during the second three-month period of the year.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "David",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_22-2.mp3",
      "startTime": 1,
      "startTimestamp": 19.36,
      "finishTimestamp": 24.9
    }
  },
  "commands": [
    {
      "character": "David",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "David",
      "startTime": 1,
      "finishTime": 6.54,
      "dialogue": {
        "text": "All right. Do we have enough designers for the new user interface changes scheduled for the end of the quarter?",
        "align": "center"
      }
    },
    {
      "character": "David",
      "opacity": 0,
      "startTime": 7.04
    }
  ]
}