Back to Freecodecamp

Task 101

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

latest1.9 KB
Original Source
<!-- (audio) Jessica: Will do. Thanks, Jake. I'll run through the logs and check the security cameras for any physical access breaches. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Will do. Thanks, Jake. I'll run through the logs and check the security cameras for any BLANK breaches.

--blanks--

physical access

--feedback--

This two-word phrase refers to someone physically entering a restricted area rather than hacking into a system remotely.

--explanation--

Physical access means gaining entry to a place, such as an office or server room.

A physical access breach happens when someone enters a secure location without permission. For example:

  • To avoid a physical access breach, we should require ID checks at the entrance. - A company can prevent unauthorized entry by checking IDs at the door.

  • A physical access breach can happen if someone enters the server room without permission. - A physical security issue can occur if someone goes into the server room without authorization.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jessica",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_17-2.mp3",
      "startTime": 1,
      "startTimestamp": 87.16,
      "finishTimestamp": 92.58
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 6.42,
      "dialogue": {
        "text": "Will do. Thanks, Jake. I'll run through the logs and check the security cameras for any physical access breaches.",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 6.92
    }
  ]
}