Back to Freecodecamp

Task 104

curriculum/challenges/english/blocks/learn-how-to-use-modal-verbs/67d7d2051e0a6f704c57b6d0.md

latest1.7 KB
Original Source
<!-- (audio) Jake: Lisa, we've had a security breach on our internal network. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Lisa, we've had a BLANK BLANK on our internal network.

--blanks--

security

--feedback--

This noun relates to protection from threats or unauthorized access.


breach

--feedback--

This noun means an incident where something like a rule, agreement, or law was broken.

--explanation--

A security breach refers to an incident where unauthorized access occurs within a system or network.

  • Using weak passwords can lead to a security breach. - If passwords are not strong, hackers might break into the system.

  • If we don't update the software, there could be a security breach. - Not updating the software might allow hackers to break in.

In this case, the internal network was hacked.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_14-3.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 2.76
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 3.76,
      "dialogue": {
        "text": "Lisa, we've had a security breach in our internal network.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 4.26
    }
  ]
}