curriculum/challenges/english/blocks/learn-how-to-describe-places-and-events/66c4eba75ce8656228504fdc.md
Listen to the audio and answer the question below.
What does Sarah's answer mean?
The live preview feature does not exist.
Should is used to express that something is expected to happen or be true.
Tom needs to install the feature first.
Should is used to express that something is expected to happen or be true.
The live preview feature is expected to work.
Sarah thinks Visual Studio Code needs an update.
Should is used to express that something is expected to happen or be true.
3
Should is used to express that something is expected to happen or be true. When Sarah says, It should, she means that the live preview is expected to work in Visual Studio Code. For example:
The app should start when you press the button. - This means you expect the app to start when pressing the button.{
"setup": {
"background": "company2-center.png",
"characters": [
{
"character": "Tom",
"position": {
"x": 50,
"y": 15,
"z": 1.2
},
"opacity": 0
},
{
"character": "Sarah",
"position": {
"x": 50,
"y": 0,
"z": 1.4
},
"opacity": 0
}
],
"audio": {
"filename": "B1_1-3.mp3",
"startTime": 1,
"startTimestamp": 6.72,
"finishTimestamp": 13.2
}
},
"commands": [
{
"character": "Tom",
"opacity": 1,
"startTime": 0
},
{
"character": "Tom",
"startTime": 1,
"finishTime": 4.1,
"dialogue": {
"text": "The live preview isn't showing in Visual Studio Code.",
"align": "center"
}
},
{
"character": "Tom",
"startTime": 4.56,
"finishTime": 6.44,
"dialogue": {
"text": "Isn't it supposed to support that feature?",
"align": "center"
}
},
{
"character": "Tom",
"opacity": 0,
"startTime": 6.67
},
{
"character": "Sarah",
"opacity": 1,
"startTime": 6.67
},
{
"character": "Sarah",
"startTime": 6.9,
"finishTime": 7.48,
"dialogue": {
"text": "It should",
"align": "center"
}
},
{
"character": "Sarah",
"opacity": 0,
"startTime": 7.98
}
]
}