Back to Freecodecamp

Task 97

curriculum/challenges/english/blocks/learn-future-continuous-while-describing-actions/675fe58fb4c9539cb37b4065.md

latest1.3 KB
Original Source
<!-- (Audio) Brian: It's scheduled for tomorrow afternoon. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

It's BLANK for tomorrow afternoon.

--blanks--

scheduled

--feedback--

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

--explanation--

Scheduled means planned or arranged to happen at a specific time or date. For example:

The team meeting is scheduled for Friday at 3 PM. - This sentence shows that the meeting is planned and has a fixed time.

--scene--

json
{
  "setup": {
    "background": "interview-room1.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_6-3.mp3",
      "startTime": 1,
      "startTimestamp": 32.1,
      "finishTimestamp": 34
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 2.9,
      "dialogue": {
        "text": "It's scheduled for tomorrow afternoon.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 3.4
    }
  ]
}