curriculum/challenges/english/blocks/learn-how-to-describe-places-and-events/66b5242462e98d90ee79af7f.md
Listen to the audio and answer the question below.
How sure is Anna about employees using strong passwords?
She is certain.
Might indicates possibility, not certainty.
She is very sure.
Consider that might expresses uncertainty.
She is not sure.
She knows for sure.
Might does not convey certainty.
3
Might is used to express possibility or uncertainty. It suggests that something is possible, but not certain. For example:
The system might crash if too many users log in at the same time. - There is a possibility of a system crash, but it's not certain.
He might finish the coding task by the end of the day. - He could finish the task, but it's not definite.
{
"setup": {
"background": "company2-breakroom.png",
"characters": [
{
"character": "Anna",
"position": {
"x": 50,
"y": 15,
"z": 1.2
},
"opacity": 0
}
],
"audio": {
"filename": "B1_1-2.mp3",
"startTime": 1,
"startTimestamp": 6.88,
"finishTimestamp": 10.32
}
},
"commands": [
{
"character": "Anna",
"opacity": 1,
"startTime": 0
},
{
"character": "Anna",
"startTime": 1,
"finishTime": 4.44,
"dialogue": {
"text": "It concerns me that some employees might not be using strong passwords.",
"align": "center"
}
},
{
"character": "Anna",
"opacity": 0,
"startTime": 4.94
}
]
}