Back to Freecodecamp

Task 134

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

latest1.6 KB
Original Source
<!-- (audio) Jake: Not yet, but we should focus on the critical systems first. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Not yet, but we should focus on the BLANK first.

--blanks--

critical systems

--feedback--

This phrase refers to the most important parts of a network or business that must stay protected. Use two words.

--explanation--

Critical systems refer to the most essential parts of a company's network, operations, or technology infrastructure. For example:

  • The hospital's critical systems must always be online. - Important computer systems in the hospital must work all the time.

  • A power failure can shut down critical systems in a company. - If the electricity goes out, important systems in a company may stop working.

--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": 40.38,
      "finishTimestamp": 43.58
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 4.2,
      "dialogue": {
        "text": "Not yet, but we should focus on the critical systems first.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 4.7
    }
  ]
}