Back to Freecodecamp

Task 131

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

latest1.4 KB
Original Source
<!-- (audio) Lisa: Have you checked which files were compromised? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Have you checked which files were BLANK?

--blanks--

compromised

--feedback--

This word means damaged, exposed, or accessed without permission due to a security breach.

--explanation--

Compromised is used in cybersecurity to describe files, systems, or accounts that have been accessed or affected by a security breach. For example:

The hacker compromised sensitive customer data. - This means the hacker gained unauthorized access to the data.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Lisa",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_14-3.mp3",
      "startTime": 1,
      "startTimestamp": 37.82,
      "finishTimestamp": 39.88
    }
  },
  "commands": [
    {
      "character": "Lisa",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lisa",
      "startTime": 1,
      "finishTime": 3.06,
      "dialogue": {
        "text": "Have you checked which files were compromised?",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 3.56
    }
  ]
}