Back to Freecodecamp

Task 77

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

latest1.8 KB
Original Source
<!-- (audio) James: If we find critical bugs, we'll probably have to roll back the deployment and fix them before trying again. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

If we find BLANK BLANK, we'll probably have to roll back the deployment and fix them before trying again.

--blanks--

critical

--feedback--

This word describes something very important or serious, especially in a way that requires immediate attention.


bugs

--feedback--

This word refers to errors or issues in a program that cause problems. Use the plural form.

--explanation--

A critical bug is a serious error in the software that affects functionality and must be fixed immediately. For example:

  • We need to fix the critical bugs before launching the app. - The most serious problems must be solved before release.

  • A critical bug caused the website to crash. - A serious error made the website stop working.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_14-2.mp3",
      "startTime": 1,
      "startTimestamp": 31.95,
      "finishTimestamp": 37.42
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 6.47,
      "dialogue": {
        "text": "If we find critical bugs, we'll probably have to roll back the deployment and fix them before trying again.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 6.97
    }
  ]
}