Back to Freecodecamp

Task 20

curriculum/challenges/english/blocks/learn-how-to-offer-technical-support-and-guidance/6620d9bfd778060e1e264398.md

latest1.5 KB
Original Source
<!-- (Audio) Sarah: Absolutely. It prevents unexpected crashes and provides a better user experience. -->

--description--

Fill in the blanks in the dialogue below.

--fillInTheBlank--

--sentence--

BLANK. It prevents BLANK crashes and provides a BLANK user experience.

--blanks--

Absolutely

--feedback--

This word is used to strongly agree or confirm something. This word is capitalized.


unexpected

--feedback--

This word describes something that happens without warning, which is what good error handling tries to avoid.


better

--feedback--

This word is used to compare and show improvement over something else, in this case, the user experience.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "9.1-1.mp3",
      "startTime": 1,
      "startTimestamp": 38.68,
      "finishTimestamp": 43.22
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 5.54,
      "dialogue": {
        "text": "Absolutely. It prevents unexpected crashes and provides a better user experience.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 6.04
    }
  ]
}