curriculum/challenges/english/blocks/learn-how-to-describe-places-and-events/66bbf224cf2c88aab57c5114.md
Listen to the audio and complete the sentence below.
Isn't it BLANK support that feature?
supposed to
These two words together are used to express something that is expected or assumed to happen, based on a plan, rule, or expectation.
Supposed to is used to express something that is expected or assumed to happen, based on a plan, rule, or expectation. For example:
The project is supposed to be finished by Friday. - This means it is expected to be completed by that time.In Tom's sentence, he uses supposed to to talk about an expected feature in Visual Studio Code, suggesting that it should support the feature.
{
"setup": {
"background": "company2-center.png",
"characters": [
{
"character": "Tom",
"position": {
"x": 50,
"y": 15,
"z": 1.2
},
"opacity": 0
}
],
"audio": {
"filename": "B1_1-3.mp3",
"startTime": 1,
"startTimestamp": 10.28,
"finishTimestamp": 12.16
}
},
"commands": [
{
"character": "Tom",
"opacity": 1,
"startTime": 0
},
{
"character": "Tom",
"startTime": 1,
"finishTime": 2.88,
"dialogue": {
"text": "Isn't it supposed to support that feature?",
"align": "center"
}
},
{
"character": "Tom",
"opacity": 0,
"startTime": 3.38
}
]
}