Back to Freecodecamp

Task 20

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

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

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Yeah, it can. Speaking of which, another thing we can check is if the hard drive BLANK BLANK.

--blanks--

is

--feedback--

This is the verb to be, used here as part of the Present Continuous tense.


failing

--feedback--

This verb means something is starting to stop working properly. It's in the Present Continuous tense and ends with -ing.

--explanation--

Let's review the key vocabulary and grammar in this sentence:

Hard drive is the part of a computer where all files and programs are stored. For example:

The hard drive is almost full, so I need to delete some old files. – This means the hard drive doesn't have much space left.

Failing means something is starting to stop working. For example:

The hard drive is failing, so we need to back up the files. – This means the hard drive is breaking down and may stop working soon.

Is failingis the Present Continuous tense, used to describe something happening now or temporarily. For example:

The hard drive is failing – This means the hard drive currently has problems, and it is an ongoing issue.

In this sentence, is failing describes the hard drive's condition. It shows that the problem is happening now and might cause the computer to stop working soon.

--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": 21.74,
      "finishTimestamp": 26.18
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 2.02,
      "dialogue": {
        "text": "Yeah, it can.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 2.34,
      "finishTime": 3.04,
      "dialogue": {
        "text": "Speaking of which,",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 3.24,
      "finishTime": 5.44,
      "dialogue": {
        "text": "another thing we can check is if the hard drive is failing.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 5.94
    }
  ]
}