Back to Freecodecamp

Task 104

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

latest2.4 KB
Original Source
<!-- (audio) Jake: I've been looking into our database security, and I think we're going to need some additional measures to prevent SQL injection attacks. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I've been looking into our database security, and I think BLANK BLANK BLANK some additional measures to prevent SQL injection attacks.

--blanks--

we're

--feedback--

This is a contraction for we are.


going to

--feedback--

These two words together indicate a planned or intended action in the future. The first is a verb and the second a preposition.


need

--feedback--

This verb means something is required or necessary. It is a verb in its base form.

--explanation--

Going to is used to talk about planned actions or intentions for the future. For example:

  • We are going to upgrade the system next month. - This means the upgrade is planned and will happen soon.

  • She is going to learn SQL next year. - This means she intends to learn SQL in the future.

In this sentence:

We're is the contraction for we are.

Going to shows the action is planned for the near future.

Need is the base verb indicating something necessary or required.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_5-3.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 6.64
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 3.42,
      "dialogue": {
        "text": "I've been looking into our database security,",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "startTime": 3.66,
      "finishTime": 5.66,
      "dialogue": {
        "text": "and I think we're going to need some additional measures",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "startTime": 5.66,
      "finishTime": 7.64,
      "dialogue": {
        "text": "to prevent SQL injection attacks.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 8.14
    }
  ]
}