curriculum/challenges/english/blocks/learn-how-to-share-your-progress-in-weekly-stand-up-meetings/6579d035f49339d7aa16ec74.md
Prepositions like at and after are important in setting the context of time and sequence in English. In this sentence, Sophie uses these prepositions to specify when she wants Bob to review the code, indicating a time right after their current meeting.
Could you take a look BLANK it BLANK the meeting?
at
It is used to point to a specific item or issue, in this case, the code.
after
It sets the time for the action, indicating it should happen following the meeting.
{
"setup": {
"background": "company1-boardroom.png",
"characters": [
{
"character": "Sophie",
"position": {
"x": 50,
"y": 0,
"z": 1.4
},
"opacity": 0
}
],
"audio": {
"filename": "6.2-1.mp3",
"startTime": 1,
"startTimestamp": 12.38,
"finishTimestamp": 14.1
}
},
"commands": [
{
"character": "Sophie",
"opacity": 1,
"startTime": 0
},
{
"character": "Sophie",
"startTime": 1,
"finishTime": 2.72,
"dialogue": {
"text": "Could you take a look at it after the meeting?",
"align": "center"
}
},
{
"character": "Sophie",
"opacity": 0,
"startTime": 3.22
}
]
}