Back to Freecodecamp

Task 146

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

latest1.8 KB
Original Source
<!-- (audio) Jake: Good idea. I'll start working on it. We should also notify the security team and follow our incident response plan. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Good idea. I'll start working on it. We BLANK also BLANK the security team and BLANK our incident response plan.

--blanks--

should

--feedback--

This modal verb expresses a strong recommendation or the best course of action.


notify

--feedback--

This verb means to inform or alert someone about something important.


follow

--feedback--

This verb means to adhere to a set of steps or guidelines.

--explanation--

Jake suggests two important actions:

  • Notify the security team. - Notify means to inform or alert someone about an important event.

  • Follow our incident response plan. - Follow means to adhere to a structured process.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_14-3.mp3",
      "startTime": 1,
      "startTimestamp": 57.68,
      "finishTimestamp": 64.18
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 7.5,
      "dialogue": {
        "text": "Good idea. I'll start working on it. We should also notify the security team and follow our incident response plan.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 8
    }
  ]
}