Back to Freecodecamp

Task 42

curriculum/challenges/english/blocks/learn-how-to-plan-future-events/67507a47729d85fb7c88ee06.md

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

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

True or False: The training happened last Thursday afternoon.

--answers--

True

--feedback--

The phrase is planned shows that the training is scheduled for the future, not something that has already happened.


False

--video-solution--

2

--explanation--

Is planned uses the Present Simple tense to describe a future event that is already scheduled. It indicates certainty about when the training will happen, not that it has already occurred. For example:

The meeting is planned for next Monday. - This shows that the meeting is scheduled for the future.

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