curriculum/challenges/english/blocks/learn-how-to-ask-for-clarification-on-code-understanding/65f6f6f53aaa73f21560a9cc.md
Listen to the audio and answer the question.
What do Sophie's uses of could and should indicate?
She is confident that the issue is a performance bottleneck.
Could suggests a possibility, not certainty. Should indicates an action she plans to take, not a conclusion.
She needs to confirm if the issue is a performance bottleneck.
She has already resolved the performance bottleneck.
Should indicates a future action to confirm, not that the issue has already been resolved.
She dismisses the possibility of a performance bottleneck.
Could shows she is considering it as a possibility, not dismissing it.
2
{
"setup": {
"background": "company2-breakroom.png",
"characters": [
{
"character": "Sophie",
"position": {
"x": 50,
"y": 0,
"z": 1.4
},
"opacity": 0
}
],
"audio": {
"filename": "6.3-3.mp3",
"startTime": 1,
"startTimestamp": 17.72,
"finishTimestamp": 20.54
}
},
"commands": [
{
"character": "Sophie",
"opacity": 1,
"startTime": 0
},
{
"character": "Sophie",
"startTime": 1,
"finishTime": 3.82,
"dialogue": {
"text": "It could be a performance bottleneck, but I should confirm it.",
"align": "center"
}
},
{
"character": "Sophie",
"opacity": 0,
"startTime": 4.32
}
]
}