Back to Freecodecamp

Task 42

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

latest1.8 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--

Is running regular security audits required for Mark?

--answers--

No.


Yes.

--feedback--

Jessica says should, which suggests a recommendation, not a strict requirement.

--video-solution--

1

--explanation--

Should is used to suggest or recommend something, but it is not as strong as must or have to.

Jessica also says it's not mandatory, meaning it's not a strict requirement for Mark to run regular security audits. She's simply recommending it because it's a good idea to catch vulnerabilities early, but it's not something he must do.

--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
    }
  ]
}