curriculum/challenges/english/blocks/learn-how-to-use-conditionals/677f9d50ede84f0dfa1c300f.md
Listen to the audio and answer the question below.
What does if the hard drive is failing mean?
The hard drive is being updated with new data.
If the hard drive fails, it's not working properly, not being updated.
The hard drive is storing new files.
Failing means the hard drive is having trouble functioning, not storing data.
The hard drive is starting to work faster.
Failing means the hard drive is not working properly, not speeding up.
The hard drive is not working properly or has stopped working.
4
Fail means something isn't working as it should. It refers to a problem that affects the normal operation. For example:
The server is failing because of high traffic. - The server is crashing due to too many users at once.
The app failed during the beta testing phase. - The application didn't work properly when tested by users.
{
"setup": {
"background": "company2-center.png",
"characters": [
{
"character": "Sarah",
"position": {
"x": 50,
"y": 0,
"z": 1.4
},
"opacity": 0
}
],
"audio": {
"filename": "B1_7-1.mp3",
"startTime": 1,
"startTimestamp": 22.78,
"finishTimestamp": 26.18
}
},
"commands": [
{
"character": "Sarah",
"opacity": 1,
"startTime": 0
},
{
"character": "Sarah",
"startTime": 1,
"finishTime": 2.0,
"dialogue": {
"text": "Speaking of which,",
"align": "center"
}
},
{
"character": "Sarah",
"startTime": 2.2,
"finishTime": 4.4,
"dialogue": {
"text": "another thing we can check is if the hard drive is failing.",
"align": "center"
}
},
{
"character": "Sarah",
"opacity": 0,
"startTime": 4.9
}
]
}