curriculum/challenges/english/blocks/learn-how-to-offer-technical-support-and-guidance/6620d9bfd778060e1e264398.md
Fill in the blanks in the dialogue below.
BLANK. It prevents BLANK crashes and provides a BLANK user experience.
Absolutely
This word is used to strongly agree or confirm something. This word is capitalized.
unexpected
This word describes something that happens without warning, which is what good error handling tries to avoid.
better
This word is used to compare and show improvement over something else, in this case, the user experience.
{
"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
}
]
}