curriculum/challenges/english/blocks/learn-greetings-in-your-first-day-at-the-office/656d25e0c5d5aa11ade33754.md
In the dialogue, Jake introduces himself to Sarah by saying I'm Jake, from Security. The word from is a preposition that shows the origin or source. In this context, from Security tells which department Jake works at.
Which of the following best describes Jake's role in the company?
Jake is a visitor from another company.
Jake is introducing his department, not his company.
Jake works in the Security department.
Jake is from the city named Security.
There's no indication that Security is a city's name.
Jake is guarding the building.
While Jake may work in Security, he's not specifically a guard.
2
{
"setup": {
"background": "company1-reception.png",
"characters": [
{
"character": "Jake",
"position": {"x":50,"y":0,"z":1.4},
"opacity": 0
}
],
"audio": {
"filename": "1.1-5.mp3",
"startTime": 1,
"startTimestamp": 0.00,
"finishTimestamp": 3.94
}
},
"commands": [
{
"character": "Jake",
"opacity": 1,
"startTime": 0
},
{
"character": "Jake",
"startTime": 1,
"finishTime": 4.94,
"dialogue": {
"text": "Hey. You're Sarah, right? I'm Jake, from Security.",
"align": "center"
}
},
{
"character": "Jake",
"opacity": 0,
"startTime": 5.44
}
]
}