curriculum/challenges/english/blocks/learn-how-to-use-conditionals/677fa099289c8f10bf926f09.md
Listen to the audio and answer the question below.
How should Sarah respond if she hasn't updated the drivers recently?
Not yet.
EN9af0d522
I already did.
EN5786c27b
This would mean the drivers have already been updated, which doesn't match the situation.
1
Not yet is a common way to express that an action hasn't been done but might happen in the future. It's polite and leaves the option open.
{
"setup": {
"background": "company2-center.png",
"characters": [
{
"character": "Mark",
"position": {
"x": 50,
"y": 0,
"z": 1.4
},
"opacity": 0
}
],
"audio": {
"filename": "B1_7-1.mp3",
"startTime": 1,
"startTimestamp": 36.9,
"finishTimestamp": 39.04
}
},
"commands": [
{
"character": "Mark",
"opacity": 1,
"startTime": 0
},
{
"character": "Mark",
"startTime": 1,
"finishTime": 3.14,
"dialogue": {
"text": "Have you updated the drivers recently?",
"align": "center"
}
},
{
"character": "Mark",
"opacity": 0,
"startTime": 3.64
}
]
}