curriculum/challenges/english/blocks/learn-how-to-use-modal-verbs/67d58d55a85963454795b33b.md
Listen to the audio and answer the question below.
Why is Sophie concerned about the deployment process?
Because she doesn't understand the project.
Sophie is not confused about the project.
Because she thinks the team isn't working hard enough.
Sophie doesn't say anything about the team's effort.
Because it could go smoothly, or they might face some bugs.
Because she wants to delay the deployment.
She doesn't say she wants to delay the process.
3
Could and might are modal verbs used to talk about possibilities.
Could means something is possible but not certain. For example:
This update could make the app run faster. - The update has the potential to improve the app's speed.
Might also expresses possibility but often suggests a lower chance than could. For example:
The new feature might improve the user experience. - It is possible that the feature will make the experience better.
{
"setup": {
"background": "interview-room3.png",
"characters": [
{
"character": "Sophie",
"position": {
"x": 50,
"y": 0,
"z": 1.4
},
"opacity": 0
}
],
"audio": {
"filename": "B1_14-2.mp3",
"startTime": 1,
"startTimestamp": 11.58,
"finishTimestamp": 18.98
}
},
"commands": [
{
"character": "Sophie",
"opacity": 1,
"startTime": 0
},
{
"character": "Sophie",
"startTime": 1,
"finishTime": 3.64,
"dialogue": {
"text": "Well, I'm concerned about the deployment process.",
"align": "center"
}
},
{
"character": "Sophie",
"startTime": 3.8,
"finishTime": 8.4,
"dialogue": {
"text": "It could go smoothly, or we might face some bugs. What do you think is most likely?",
"align": "center"
}
},
{
"character": "Sophie",
"opacity": 0,
"startTime": 8.9
}
]
}