Back to Freecodecamp

Task 40

curriculum/challenges/english/blocks/learn-how-to-plan-future-events/6750775f2b0832e88216e98c.md

latest2.1 KB
Original Source
<!-- (Audio) Maria: Perfect. And the training session for the new security protocols, when is that planned? --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What's the best answer to Maria's question?

--answers--

The training is planned for Thursday afternoon.

--audio-id--

EN9bf06636


The training will be planned for Thursday afternoon.

--audio-id--

EN9114c71c

--feedback--

This uses the Future Simple tense, which suggests the plan has not been made yet. Maria's question assumes the training is already scheduled.

--video-solution--

1

--explanation--

Maria's question, when is that planned?, uses the Present Simple tense (is planned) to ask about a fixed future event.

The Present Simple is commonly used for schedules, timetables, or planned events because it gives a sense of certainty. For example:

The bus leaves at 9 AM tomorrow. - This shows a fixed schedule.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_5-1.mp3",
      "startTime": 1,
      "startTimestamp": 50.46,
      "finishTimestamp": 54.52
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 1.38,
      "dialogue": {
        "text": "Perfect.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "startTime": 1.78,
      "finishTime": 3.96,
      "dialogue": {
        "text": "And the training session for the new security protocols,",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "startTime": 4.12,
      "finishTime": 5.06,
      "dialogue": {
        "text": "when is that planned?",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 5.56
    }
  ]
}