curriculum/challenges/english/blocks/learn-how-to-use-conditionals/6780ce2579aae4325ae0bf3c.md
Listen to the audio and answer the question below.
What does Bob mean when he says critical data?
Data that is easy to replace.
Bob mentions that losing this data would set them back weeks, which shows it isn't easy to replace.
Data that is outdated.
If the data were outdated, it wouldn't be essential or cause a setback.
Important or essential data.
Unimportant data.
If the data were unimportant, losing it would not cause significant delays.
3
Critical means something very important or essential, and critical data refers to important information that the team relies on to work effectively. Losing it would cause delays or problems. For example:
The backup includes all critical data in case of a failure. - The saved copy contains essential information to recover from a problem.
You must encrypt critical data to ensure it's secure. - Protecting important information with encryption is necessary for security.
{
"setup": {
"background": "company2-boardroom.png",
"characters": [
{
"character": "Bob",
"position": {
"x": 50,
"y": 15,
"z": 1.2
},
"opacity": 0
}
],
"audio": {
"filename": "B1_7-2.mp3",
"startTime": 1,
"startTimestamp": 31.38,
"finishTimestamp": 34.02
}
},
"commands": [
{
"character": "Bob",
"opacity": 1,
"startTime": 0
},
{
"character": "Bob",
"startTime": 1,
"finishTime": 3.64,
"dialogue": {
"text": "If we lose critical data, it could set us back weeks.",
"align": "center"
}
},
{
"character": "Bob",
"opacity": 0,
"startTime": 4.14
}
]
}