Back to Freecodecamp

Task 41

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

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

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Besides that, you BLANK BLANK regular security audits.

--blanks--

should

--feedback--

This modal verb expresses a recommendation rather than a strict requirement.


run

--feedback--

This verb means to carry out or perform an action, like conducting audits.

--explanation--

Jessica uses should to suggest an important action but not make it mandatory. She uses run because security audits are performed rather than simply checked or viewed.

Remember, modal verbs are always followed by the base form of the verb (without to).

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