curriculum/challenges/english/blocks/learn-how-to-use-modal-verbs/67d59ae22e525a49d3b79357.md
Listen to the audio and answer the question below.
How does James support his opinion?
He guarantees that there won't be any problems.
James does not say there won't be problems.
He says the deployment will definitely fail.
James does not say failure is certain.
He says the deployment could go smoothly, but there might be some bugs.
He refuses to answer Sophie's question.
James does answer, but he explains that the outcome is uncertain.
3
Could and might are modal verbs used to describe possibilities.
Could suggests something is possible but not certain. For example:
If we don't fix this bug, it could cause a system crash. - There is a possibility that the system will stop working.
Might suggests something is possible but less certain than could. For example:
We might need to rewrite some parts of the code. - It is possible that changes will be necessary.
{
"setup": {
"background": "interview-room3.png",
"characters": [
{
"character": "James",
"position": {
"x": 50,
"y": 15,
"z": 1.2
},
"opacity": 0
}
],
"audio": {
"filename": "B1_14-2.mp3",
"startTime": 1,
"startTimestamp": 18.84,
"finishTimestamp": 24.64
}
},
"commands": [
{
"character": "James",
"opacity": 1,
"startTime": 0
},
{
"character": "James",
"startTime": 1,
"finishTime": 6.8,
"dialogue": {
"text": "It's hard to say. We could have a smooth deployment, but there's always a chance that a few bugs might pop up.",
"align": "center"
}
},
{
"character": "James",
"opacity": 0,
"startTime": 7.3
}
]
}