Back to Freecodecamp

Task 39

curriculum/challenges/english/blocks/learn-how-to-plan-future-events/6750758f8581d3dcfeb1c386.md

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

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Maria think about the training session?

--answers--

It has not been scheduled yet.

--feedback--

Focus on the tense she uses.


It will be scheduled later.

--feedback--

Pay attention to her use of the Present Simple tense.


It is already scheduled.


It does not need to be scheduled.

--feedback--

Consider her use of the phrase is planned.

--video-solution--

3

--explanation--

Maria asks, when is that planned? The verb is in the Present Simple shows she believes the training session is already scheduled. The Present Simple is often used for fixed future plans, like schedules or timetables. For example:

  • The train departs at 6 PM. - This shows a planned future event using the Present Simple.

  • What time does the concert start? - This assumes the concert has a fixed start time.

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