Back to Freecodecamp

Task 105

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

latest2.2 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 is Jake currently looking into?

--answers--

Database security


Server upgrades

--feedback--

Jake doesn't mention upgrading servers; he's focused on something else.


New software

--feedback--

Jake isn't talking about installing new software.


Network performance

--feedback--

Jake's focus is not on network performance. Listen carefully to the audio.

--video-solution--

1

--explanation--

Database security refers to protecting databases from unauthorized access or attacks. For example:

The team is improving database security to prevent hackers from accessing confidential data. - This means they are making the database safer to stop any illegal access.

Jake says he is looking into their database security, which means he is investigating or checking its safety.

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