Back to Freecodecamp

Task 21

curriculum/challenges/english/blocks/learn-how-to-talk-about-past-experiences/67055c02b6774a18f8f7186f.md

latest2.4 KB
Original Source
<!-- (Audio) James: After that, I realized we didn't update the database credentials after the last security patch. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

After that, I realized we didn't update the database BLANK after the last security BLANK.

--blanks--

credentials

--feedback--

This word refers to the username, password, or other information required to access a system.


patch

--feedback--

This word refers to an update or fix applied to software or a system, often for security purposes.

--explanation--

Credentials refers to information such as usernames, passwords, or keys that allow a user or system to access another system or resource. For example:

  • Please enter your credentials to log in to the server. - meaning you should insert your information to access the server.

  • The credentials were incorrect, so the login failed. - meaning the information you inserted is different from the one the system has in its database.

A patch is an update or fix applied to software or systems to correct issues, improve functionality, or enhance security. For example:

  • The developers released a patch to fix the bug. - meaning they fixed the bug through an update to the system.

  • Make sure to apply the latest security patch to protect your system. - meaning the last security update will be able to protect your system better.

Here, James explains that the issue was caused by forgetting to update the database credentials after applying a security patch.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_2-1.mp3",
      "startTime": 1,
      "startTimestamp": 20.16,
      "finishTimestamp": 25.36
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 6.2,
      "dialogue": {
        "text": "After that, I realized we didn't update the database credentials after the last security patch.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 6.7
    }
  ]
}