Back to Freecodecamp

Task 114

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

latest1.6 KB
Original Source
<!-- (audio) Jake: We're going to implement parameterized queries to minimize the risk. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

We're BLANK BLANK parameterized queries to minimize the risk.

--blanks--

going to

--feedback--

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


implement

--feedback--

This verb means to put an action, idea, or plan into effect.

--explanation--

Going to is used to show that something has been decided and will happen soon.

Implement means to put a plan or idea into action. For example:

The team is going to implement a new security strategy next month. - This means the team has decided to take action and will begin soon.

--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": 13.16,
      "finishTimestamp": 16.88
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 4.72,
      "dialogue": {
        "text": "We're going to implement parameterized queries to minimize the risk.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 5.22
    }
  ]
}