curriculum/challenges/english/blocks/learn-greetings-in-your-first-day-at-the-office/656cb2526a741405b2b34870.md
Everything is a way to mention all the things in a particular group. When Tom says everything is perfect, he means all aspects of his new workplace are perfect.
A standing desk, an ergonomic chair, and an ergonomic mouse. Man, BLANK BLANK perfect.
everything
This word refers to every single thing.
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": 50, "y": 15, "z": 1.2 },
"opacity": 0
}
],
"audio": {
"filename": "1.1-2.mp3",
"startTime": 1,
"startTimestamp": 45.02,
"finishTimestamp": 50.86
}
},
"commands": [
{
"character": "Tom",
"opacity": 1,
"startTime": 0
},
{
"character": "Tom",
"startTime": 1,
"finishTime": 4.8,
"dialogue": {
"text": "A standing desk, an ergonomic chair, and an ergonomic mouse.",
"align": "center"
}
},
{
"character": "Tom",
"startTime": 5.1,
"finishTime": 6.6,
"dialogue": {
"text": "Man, everything is perfect.",
"align": "center"
}
},
{
"character": "Tom",
"opacity": 0,
"startTime": 7.1
}
]
}