Back to Freecodecamp

Task 15

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

latest1.6 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 fill in the blanks.

--fillInTheBlank--

--sentence--

Just BLANK click on the hard drive icon and select BLANK. It'll show you the BLANK space.

--blanks--

right

--feedback--

It refers to the action of clicking the right mouse button.


Properties

--feedback--

In this context, it's an option to view detailed information about the hard drive. Capitalize it.


available

--feedback--

It describes the space that is not yet used and free for storing data.

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