curriculum/challenges/english/blocks/learn-about-speculation-and-requests/67f4fa0b6e6451067cd096e6.md
Listen to the audio and complete the sentence below.
There might be BLANK there BLANK BLANK.
something
This word refers to an unknown thing that may exist or need attention.
we
This pronoun refers to Jessica and Jake together.
missed
This verb means failed to notice or overlooked. It ends with -ed.
Something means an unknown or unspecified thing. For example:
There's something wrong with the code. - A part of the code is not working right.
We missed means Jessica and Jake might have overlooked some detail. Another example:
I think there's something we missed in the setup. - Maybe the team forgot or skipped a step when setting up.
{
"setup": {
"background": "company2-center.png",
"characters": [
{
"character": "Jessica",
"position": {
"x": 50,
"y": 15,
"z": 1.2
},
"opacity": 0
}
],
"audio": {
"filename": "B1_17-2.mp3",
"startTime": 1,
"startTimestamp": 53.26,
"finishTimestamp": 55.04
}
},
"commands": [
{
"character": "Jessica",
"opacity": 1,
"startTime": 0
},
{
"character": "Jessica",
"startTime": 1,
"finishTime": 2.78,
"dialogue": {
"text": "There might be something there we missed.",
"align": "center"
}
},
{
"character": "Jessica",
"opacity": 0,
"startTime": 3.28
}
]
}