Back to Freecodecamp

Task 41

curriculum/challenges/english/blocks/learn-how-to-plan-future-events/6750784c1399a9ef62b27e9e.md

latest1.6 KB
Original Source
<!-- (Audio) Jake: The training is planned for Thursday afternoon. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

The training BLANK BLANK for Thursday afternoon.

--blanks--

is

--feedback--

This word is a form of the verb to be and is part of the Present Simple tense.


planned

--feedback--

This word means arranged or scheduled for a specific time.

--explanation--

The sentence The training is planned for Thursday afternoon uses the Present Simple tense.

This tense is often used to describe fixed future events, like schedules or timetables, because it expresses certainty. For example:

The meeting starts at 10 AM tomorrow. - This means the meeting is already scheduled for a specific 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": 54.42,
      "finishTimestamp": 56.98
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 3.56,
      "dialogue": {
        "text": "The training is planned for Thursday afternoon.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 4.06
    }
  ]
}