Back to Freecodecamp

Task 106

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

latest2.3 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 answer the question below.

--questions--

--text--

What does Jake think they need to do?

--answers--

A new database

--feedback--

Jake doesn't mention needing a new database. Listen carefully to what he says they require.


More team members

--feedback--

Jake doesn't suggest needing more people for the task.


Additional measures


Less security

--feedback--

This option is the opposite of what Jake suggests. He is looking to improve security, not reduce it.

--video-solution--

3

--explanation--

Additional measures refers to extra actions or steps taken to fix or improve something. For example:

We need additional measures to protect the system from future attacks. - This means more steps are necessary to improve the system's safety.

Jake says they need additional measures, meaning more steps are required to improve the database security.

--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
    }
  ]
}