Back to Freecodecamp

Task 12

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

latest2.5 KB
Original Source
<!-- (Audio) Sarah: Okay, no worries. You might want to check if there's enough storage space on your hard drive. Sometimes that causes issues. Tom: How do I do that? -->

--description--

Tom is responding to Sarah's suggestion about checking storage space.

--questions--

--text--

What does Tom want to know from Sarah?

--answers--

How to check the storage space on his hard drive


Why his computer is having issues

--feedback--

Tom's question is about the method, not the reason for the issues.


How to update his hard drive

--feedback--

He is specifically asking about checking storage space, not updating hardware.


Where to find a new hard drive

--feedback--

Tom's inquiry is about checking storage space, not about acquiring new hardware.

--video-solution--

1

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      },
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "9.3-1.mp3",
      "startTime": 1,
      "startTimestamp": 9.52,
      "finishTimestamp": 16.78
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 3.06,
      "dialogue": {
        "text": "Okay, no worries. You might want to check",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 3.06,
      "finishTime": 5.2,
      "dialogue": {
        "text": "if there's enough storage space on your hard drive.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 5.38,
      "finishTime": 6.9,
      "dialogue": {
        "text": "Sometimes that causes issues.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 7.05
    },
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 7.05
    },
    {
      "character": "Tom",
      "startTime": 7.2,
      "finishTime": 8.26,
      "dialogue": {
        "text": "How do I do that?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 8.76
    }
  ]
}