Back to Freecodecamp

Task 40

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

latest1.9 KB
Original Source
<!-- (Audio) Jessica: Besides that, you should run regular security audits. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What should Mark do besides the previous tasks?

--answers--

Change all user passwords every week.

--feedback--

Jessica does not mention changing passwords.


Run regular security audits.


Turn off security features to improve system speed.

--feedback--

Jessica is not asking Mark to weaken security.


Only check security once a year.

--feedback--

Jessica says the audits should be regular, meaning done frequently.

--video-solution--

2

--explanation--

Jessica is telling Mark to run regular security audits to ensure safety.

A security audit is a process of checking a system for vulnerabilities. For example:

After the security audit, the team made improvements to the system. - Changes were made to improve safety after the review.

Regular means happening consistently over time. For example:

Regular testing helps find problems before they get worse. - Testing things often helps catch issues early.

--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.8,
      "finishTimestamp": 58.55
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 3.66,
      "dialogue": {
        "text": "Besides that, you should run regular security audits.",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 4.16
    }
  ]
}