curriculum/challenges/english/blocks/learn-greetings-in-your-first-day-at-the-office/656a4fcaa739b7308ad795bf.md
When you want to talk about all the people in a particular group without exceptions, you use the word everybody. When combined with is, it means all the people in the group possess a particular characteristic.
In the dialogue, Tom is saying all the people he met at the office are nice.
Thanks. BLANK is so nice around here.
Everybody
Think about a word that includes all people in a group. The first letter is capitalized.
{
"setup": {
"background": "company2-center.png",
"characters": [
{
"character": "Tom",
"position": { "x": 50, "y": 15, "z": 1.2 },
"opacity": 0
}
],
"audio": {
"filename": "1.1-2.mp3",
"startTime": 1,
"startTimestamp": 12.85,
"finishTimestamp": 15.7
}
},
"commands": [
{
"character": "Tom",
"opacity": 1,
"startTime": 0
},
{
"character": "Tom",
"startTime": 1,
"finishTime": 3.25,
"dialogue": {
"text": "Thanks. Everybody is so nice around here.",
"align": "center"
}
},
{
"character": "Tom",
"opacity": 0,
"startTime": 3.75
}
]
}