Back to Freecodecamp

Task 112

curriculum/challenges/english/blocks/learn-how-to-plan-future-events/6761f1e5287834c2cb5f4631.md

latest1.8 KB
Original Source
<!-- (audio) What are you going to recommend to improve security? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

What BLANK BLANK BLANK recommend to improve security?

--blanks--

are

--feedback--

This word is part of the verb to be and is used here to form a question about the future.


you

--feedback--

This is the pronoun that refers to the person being asked.


going to

--feedback--

These two words indicate a planned or intended action in the future. One is a verb, and the other is a preposition.

--explanation--

This type of question uses going to to ask about someone's future actions or plans. You use it when you want to know what someone intends to do or has already planned. For example:

  • What are you going to do about the missing files? - This asks about the person's future action to solve a problem.

  • When are you going to update the system? - This asks about a specific plan for the future.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_5-3.mp3",
      "startTime": 1,
      "startTimestamp": 10.52,
      "finishTimestamp": 12.72
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.2,
      "dialogue": {
        "text": "What are you going to recommend to improve security?",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 3.7
    }
  ]
}