curriculum/challenges/english/blocks/learn-greetings-in-your-first-day-at-the-office/651dd5386ffb500e3f2ce47a.md
People sometimes use tag questions to check or confirm something. For example:
You're a programmer, right? - Here, right is used as a tag to check or confirm the previous statement.
Hello. You're the new graphic designer, BLANK?
right
Pay attention to the last word Maria says.
{
"setup": {
"background": "company2-center.png",
"characters": [
{
"character": "Maria",
"position": {"x":50,"y":0,"z":1.5},
"opacity": 0
}
],
"audio": {
"filename": "1.1-1.mp3",
"startTime": 1,
"startTimestamp": 0,
"finishTimestamp": 2.38
}
},
"commands": [
{
"character": "Maria",
"opacity": 1,
"startTime": 0
},
{
"character": "Maria",
"startTime": 1,
"finishTime": 2.88,
"dialogue": {
"text": "Hello. You're the new graphic designer, right?",
"align": "center"
}
},
{
"character": "Maria",
"opacity": 0,
"startTime": 3.38
}
]
}