Back to Freecodecamp

Task 34

curriculum/challenges/english/blocks/learn-how-to-plan-future-events/67506e940e1d20ae6f0fc7e2.md

latest1.5 KB
Original Source
<!-- (Audio) Jake: The final system checks are set for Friday night. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

The final system checks are BLANK BLANK Friday night.

--blanks--

set

--feedback--

This word means arranged or scheduled to happen at a specific time.


for

--feedback--

This preposition indicates the purpose or time of an event.

--explanation--

Set means that something is arranged, planned, or scheduled for a specific time or purpose. The preposition for is used to indicate the time or purpose of the planned event. For example:

The meeting is set for 3 PM tomorrow. - This means the meeting is scheduled to take place at that time.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_5-1.mp3",
      "startTime": 1,
      "startTimestamp": 42.12,
      "finishTimestamp": 44.78
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 3.66,
      "dialogue": {
        "text": "The final system checks are set for Friday night.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 4.16
    }
  ]
}