Back to Freecodecamp

Task 33

curriculum/challenges/english/blocks/learn-how-to-plan-future-events/67506e16a9e0bdaad7267c35.md

latest2.0 KB
Original Source
<!-- (Audio) Maria: Great, and when does the team perform the final checks? --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

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

--answers--

The final system checks are set for Friday night.

--audio-id--

EN38d4cb6b


The final system checks were completed yesterday.

--audio-id--

EN126cf536

--feedback--

This refers to the past, but Maria is asking about a future event. Focus on the tense in her question.

--video-solution--

1

--explanation--

And when does the team perform the final checks?, uses the Present Simple tense (does perform) to ask about a scheduled future event.

The correct answer, The final system checks are set for Friday night, also uses the Present Simple to describe a fixed plan.

Present Simple is often used for future events that are part of a schedule or timetable. For example:

  • The train departs at 8 PM tonight. - This indicates a scheduled departure.

  • Our meeting starts tomorrow morning. - This shows a planned time for a future event.

In this context, the Present Simple makes the answer concise and appropriate for discussing a fixed event.

--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": 39.5,
      "finishTimestamp": 41.74
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.24,
      "dialogue": {
        "text": "Great. And when does the team perform the final checks?",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 3.74
    }
  ]
}