Back to Freecodecamp

Task 22

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

latest2.1 KB
Original Source
<!-- (audio) Sarah: Speaking of which, another thing we can check is if the hard drive is failing. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does if the hard drive is failing mean?

--answers--

The hard drive is being updated with new data.

--feedback--

If the hard drive fails, it's not working properly, not being updated.


The hard drive is storing new files.

--feedback--

Failing means the hard drive is having trouble functioning, not storing data.


The hard drive is starting to work faster.

--feedback--

Failing means the hard drive is not working properly, not speeding up.


The hard drive is not working properly or has stopped working.

--video-solution--

4

--explanation--

Fail means something isn't working as it should. It refers to a problem that affects the normal operation. For example:

  • The server is failing because of high traffic. - The server is crashing due to too many users at once.

  • The app failed during the beta testing phase. - The application didn't work properly when tested by users.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_7-1.mp3",
      "startTime": 1,
      "startTimestamp": 22.78,
      "finishTimestamp": 26.18
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 2.0,
      "dialogue": {
        "text": "Speaking of which,",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 2.2,
      "finishTime": 4.4,
      "dialogue": {
        "text": "another thing we can check is if the hard drive is failing.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 4.9
    }
  ]
}