curriculum/challenges/english/blocks/learn-greetings-in-your-first-day-at-the-office/655283c039eb38f51e0e6f7e.md
Tom is introducing himself using a full name.
Which option is Tom using to formally introduce himself?
I'm Tom McKenzie.
Call me Tom.
Tom is providing both his first name and surname in a formal way. Choose the option that reflects this.
It's a pleasure to meet you.
Tom is providing both his first name and surname in a formal way. Choose the option that reflects this.
It's me, Tom.
Tom is providing both his first name and surname in a formal way. Choose the option that reflects this.
1
{
"setup": {
"background": "company2-center.png",
"characters": [
{
"character": "Tom",
"position": {"x":50,"y":15,"z":1.2},
"opacity": 0
}
],
"audio": {
"filename": "1.1-1.mp3",
"startTime": 1,
"startTimestamp": 4.5,
"finishTimestamp": 7
}
},
"commands": [
{
"character": "Tom",
"opacity": 1,
"startTime": 0
},
{
"character": "Tom",
"startTime": 1,
"finishTime": 3.3,
"dialogue": {
"text": "Hi, that's right. I'm Tom McKenzie.",
"align": "center"
}
},
{
"character": "Tom",
"opacity": 0,
"startTime": 3.8
}
]
}