Back to Freecodecamp

Task 108

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

latest2.7 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--

How does Jake describe their current database security?

--answers--

They are not prepared at all and need to start from scratch.

--feedback--

Jake doesn't say they have no security at all. Listen again to his comment about needing additional measures.


They have some security, but they need more measures to improve it.


They have already taken additional measures and are now fully protected.

--feedback--

Jake mentions additional measures, which means they haven't done it yet.


Their security is perfect, and no further actions are required.

--feedback--

Jake clearly says they need to add more measures, so their security is not perfect yet.

--video-solution--

2

--explanation--

Jake says he has been looking into their database security, which means he is investigating its current state. He concludes that they need additional measures, meaning some security exists, but it's not enough. For example:

The team needed additional measures to ensure their security was strong. - This means the team added extra steps to improve something that already existed.

Jake's statement shows their database security is in place but requires more work to prevent SQL injection attacks.

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