Back to Freecodecamp

Task 69

curriculum/challenges/english/blocks/learn-about-speculation-and-requests/67f37c93459dc608a3d40362.md

latest1.8 KB
Original Source
<!-- (audio) Jake: Have you checked the audit logs to see if there's any unusual activity or failed login attempts? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Have you checked the BLANK BLANK to see if there's any unusual activity or failed login attempts?

--blanks--

audit

--feedback--

This word refers to an official record or review of actions taken in a system.


logs

--feedback--

This word in the plural form means recorded data or events in a system, often used for tracking security or troubleshooting.

--explanation--

Audit logs are records that track actions within a system, including logins, data access, and changes made. For example:

  • The audit logs show who logged in and when. - The logs keep a record of who used the system.

  • Audit logs help us track changes in the system. - The logs show what was changed and by whom.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_17-2.mp3",
      "startTime": 1,
      "startTimestamp": 25.86,
      "finishTimestamp": 30.62
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 5.76,
      "dialogue": {
        "text": "Have you checked the audit logs to see if there's any unusual activity or failed login attempts?",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 6.26
    }
  ]
}