Back to Freecodecamp

Task 25

curriculum/challenges/english/blocks/learn-how-to-plan-future-events/674e3b2f69b2e481d4f6cebe.md

latest1.7 KB
Original Source
<!-- (Audio) Absolutely. The entire technical support team will be on duty. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Absolutely. The entire technical support team BLANK BLANK on duty.

--blanks--

will

--feedback--

This word indicates the Future Simple tense.


be

--feedback--

Infinitive form of verb to be.

--explanation--

The sentence uses will to indicate the Future Simple tense, showing that the action is expected to happen.

The structure will + verb is commonly used to talk about future events, plans, or predictions. For example:

  • They will be at the meeting tomorrow. - This means their presence is planned for the future.

  • We will start the project next week. - This means the project is scheduled to begin in the future.

Using will is a straightforward way to express future intentions, promises, or schedules.

--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": 31.08,
      "finishTimestamp": 34.54
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 3.56,
      "dialogue": {
        "text": "Absolutely. The entire technical support team will be on duty.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 4.96
    }
  ]
}