curriculum/challenges/english/blocks/learn-greetings-in-your-first-day-at-the-office/656cd83ad397f61ce1259ad6.md
When you want to present one person to another, you can use the phrase Let me introduce you to [name] (name being the person's name). For example, Let me introduce you to Daniel.
Brian, let me BLANK you to Tom. Tom, this is Brian. He's a web developer.
introduce
This verb means to tell someone's name or show someone to others for the first time.
{
"setup": {
"background": "cafe.png",
"characters": [
{
"character": "Sophie",
"position": { "x": 50, "y": 0, "z": 1.4 },
"opacity": 0
}
],
"audio": {
"filename": "1.1-4.mp3",
"startTime": 1,
"startTimestamp": 7,
"finishTimestamp": 11.76
}
},
"commands": [
{
"character": "Sophie",
"opacity": 1,
"startTime": 0
},
{
"character": "Sophie",
"startTime": 1,
"finishTime": 5.76,
"dialogue": {
"text": "Brian, let me introduce you to Tom. Tom, this is Brian. He's a web developer.",
"align": "center"
}
},
{
"character": "Sophie",
"opacity": 0,
"startTime": 6.26
}
]
}