Back to Freecodecamp

Task 16

curriculum/challenges/english/blocks/learn-how-to-provide-explanations-when-helping-others/662635b73cca81426d091f59.md

latest1.8 KB
Original Source
<!-- (Audio) Sarah: Just right click on the hard drive icon and select Properties. It'll show you the available space. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What series of actions does Sarah suggest to Tom for checking his hard drive's available space?

--answers--

Left click on the icon and choose Properties

--feedback--

Sarah specifically mentions right clicking, not left clicking.


Right click on the hard drive icon and select Properties


Unplug the hard drive and then reconnect it

--feedback--

Unplugging the hard drive is not part of the instructions Sarah gives.


Restart the computer and open the file explorer

--feedback--

Sarah's instructions involve right clicking the icon, not restarting the computer.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "9.3-1.mp3",
      "startTime": 1,
      "startTimestamp": 17.18,
      "finishTimestamp": 22.02
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 3.88,
      "dialogue": {
        "text": "Just right click on the hard drive icon and select properties.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 4.22,
      "finishTime": 5.84,
      "dialogue": {
        "text": "It'll show you the available space.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 6.34
    }
  ]
}