Back to Freecodecamp

Task 43

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

latest2.0 KB
Original Source
<!-- (Audio) Jessica: Besides that, you should run regular security audits. It's not mandatory, but it's a good idea to catch vulnerabilities early. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Why is it a good idea to run regular security audits?

--answers--

To slow down system performance.

--feedback--

Jessica does not suggest audits to reduce performance.


To make security checks optional.

--feedback--

Jessica says audits are not mandatory but still a good idea, meaning they are encouraged.


To catch vulnerabilities early.


To remove the need for encryption.

--feedback--

Jessica does not say that security audits replace encryption.

--video-solution--

3

--explanation--

Jessica mentions that audits help catch vulnerabilities early. This means they are useful for finding security problems before they become serious. Look for this key idea when selecting the correct answer.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jessica",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_14-1.mp3",
      "startTime": 1,
      "startTimestamp": 55.9,
      "finishTimestamp": 62.24
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 3.76,
      "dialogue": {
        "text": "Besides that, you should run regular security audits.",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "startTime": 3.98,
      "finishTime": 7.34,
      "dialogue": {
        "text": "It's not mandatory, but it's a good idea to catch vulnerabilities early.",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 7.84
    }
  ]
}