curriculum/challenges/english/blocks/learn-greetings-in-your-first-day-at-the-office/656cc6259c711d10cde2c486.md
Pay attention to what Sophie is replying to Tom.
Yes, BLANK BLANK.
it
This pronoun refers to something already mentioned. In this case, lunchtime.
is
This is a form of the verb to be, used with he, she, or it.
{
"setup": {
"background": "company2-center.png",
"characters": [
{
"character": "Tom",
"position": { "x": 25, "y": 15, "z": 1.2 },
"opacity": 0
},
{
"character": "Sophie",
"position": { "x": 75, "y": 0, "z": 1.25 },
"opacity": 0
}
],
"audio": {
"filename": "1.1-3.mp3",
"startTime": 1,
"startTimestamp": 0,
"finishTimestamp": 5.1
}
},
"commands": [
{
"character": "Tom",
"opacity": 1,
"startTime": 0
},
{
"character": "Sophie",
"opacity": 1,
"startTime": 0
},
{
"character": "Tom",
"startTime": 1,
"finishTime": 3.9,
"dialogue": {
"text": "Wow, I'm so hungry. Is it lunchtime?",
"align": "left"
}
},
{
"character": "Sophie",
"startTime": 4.4,
"finishTime": 5.5,
"dialogue": {
"text": "Yes, it is.",
"align": "right"
}
},
{
"character": "Tom",
"opacity": 0,
"startTime": 6
},
{
"character": "Sophie",
"opacity": 0,
"startTime": 6
}
]
}