Back to Freecodecamp

Task 19

curriculum/challenges/english/blocks/learn-how-to-plan-future-events/673c07da6aa1be470dc55332.md

latest1.7 KB
Original Source
<!-- (Audio) Maria: Will the support team be on call during the update? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK the support team be BLANK during the update?

--blanks--

Will

--feedback--

It is used to indicate the future in this structure. The first letter is capitalized.


on call

--feedback--

This phrase means being available online to provide support or help if needed.

--explanation--

On call means being available online to provide help or support if necessary.

This sentence uses the structure Will + subject + verb to ask about a planned event in the future. This structure is common in formal questions about future arrangements. For example:

  • Will the meeting start at 10 AM? - This is asking if the meeting is scheduled to begin at that specific time.

  • Will they join us for dinner? - This is asking if they have plans to come to dinner.

--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": 24.9,
      "finishTimestamp": 27.34
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.34,
      "dialogue": {
        "text": "Will the support team be on call during the update?",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 3.84
    }
  ]
}