curriculum/challenges/english/blocks/learn-how-to-describe-places-and-events/66c628215739f51ac74cb5cc.md
Listen to the audio and complete the sentence below.
Not always, but they can be BLANK they're not set up properly.
when
This word introduces the condition or situation that causes something to happen.
When is used here to describe a specific condition or situation that causes something to happen.
In Sarah's sentence, when introduces the condition where the IDEs become tricky: if they're not set up properly. For example:
The program crashes when it runs out of memory. - The condition of running out of memory causes the program to crash.
The printer only works when it's plugged in. - The condition of being plugged in allows the printer to work.
In both cases, when is used to explain the situation in which something occurs.
{
"setup": {
"background": "company2-center.png",
"characters": [
{
"character": "Sarah",
"position": {
"x": 50,
"y": 0,
"z": 1.4
},
"opacity": 0
}
],
"audio": {
"filename": "B1_1-3.mp3",
"startTime": 1,
"startTimestamp": 52.72,
"finishTimestamp": 55.38
}
},
"commands": [
{
"character": "Sarah",
"opacity": 1,
"startTime": 0
},
{
"character": "Sarah",
"startTime": 1,
"finishTime": 2.42,
"dialogue": {
"text": "Not always, but they can be",
"align": "center"
}
},
{
"character": "Sarah",
"startTime": 2.42,
"finishTime": 3.66,
"dialogue": {
"text": "when they're not set up properly.",
"align": "center"
}
},
{
"character": "Sarah",
"opacity": 0,
"startTime": 4.16
}
]
}