Back to Freecodecamp

Task 10

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

latest1.8 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. -->

--description--

Fill in the blanks in the dialogue below.

--fillInTheBlank--

--sentence--

Okay, no worries. You might want to check if there's BLANK BLANK space on your hard drive. BLANK that causes issues.

--blanks--

enough

--feedback--

It refers to having the adequate amount needed.


storage

--feedback--

It relates to the place where data is kept in a computer.


Sometimes

--feedback--

It indicates that something happens on certain occasions, but not always.

--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": 9.52,
      "finishTimestamp": 15.42
    }
  },
  "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.4
    }
  ]
}