Back to Freecodecamp

Task 21

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

latest2.2 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 answer the question below.

--questions--

--text--

What is Sarah proposing to check?

--answers--

If the power cable is securely connected.

--feedback--

Sarah didn't mention the power cable.


If the BIOS needs an update.

--feedback--

Sarah is not proposing anything about the BIOS.


If the computer is overheating.

--feedback--

Sarah didn't mention overheating as an issue to check.


If the hard drive is failing.

--video-solution--

4

--explanation--

The hard drive is a storage device in a computer that saves data like documents, software, and system files. It is essential for the computer to operate and store information permanently. For example:

  • I saved the project files on my hard drive. - You stored the project files on your computer's storage device.

  • The hard drive crashed, and we lost some data. - The storage device failed, causing the team to lose information.

--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
    }
  ]
}