Back to Freecodecamp

Task 27

curriculum/challenges/english/blocks/learn-how-to-use-conditionals/677f9f301c904f0f8a145655.md

latest2.1 KB
Original Source
<!-- (Audio) Mark: Right, it won't. And if there's a software crash, it can be because of incompatible drivers or outdated software. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Right, it won't. And if there's a BLANK, it can be because of incompatible drivers or outdated software.

--blanks--

software crash

--feedback--

These two words together refer to a situation where a program or application stops working unexpectedly. The first word refers to computer programs, and the second describes an abrupt failure.

--explanation--

A software crash happens when a program stops working suddenly, often due to bugs, errors, or incompatibilities. For example:

  • A bug in the code led to the software crash. - An error in the program caused it to stop functioning.

  • We need to fix the issue that caused the software crash. - We have to solve the problem that made the program stop working.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Mark",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_7-1.mp3",
      "startTime": 1,
      "startTimestamp": 29.36,
      "finishTimestamp": 36.5
    }
  },
  "commands": [
    {
      "character": "Mark",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Mark",
      "startTime": 1,
      "finishTime": 2.48,
      "dialogue": {
        "text": "Right, it won't.",
        "align": "center"
      }
    },
    {
      "character": "Mark",
      "startTime": 2.64,
      "finishTime": 4,
      "dialogue": {
        "text": "And if there's a software crash,",
        "align": "center"
      }
    },
    {
      "character": "Mark",
      "startTime": 4.48,
      "finishTime": 8.14,
      "dialogue": {
        "text": "it can be because of incompatible drivers or outdated software.",
        "align": "center"
      }
    },
    {
      "character": "Mark",
      "opacity": 0,
      "startTime": 8.64
    }
  ]
}