curriculum/challenges/english/blocks/learn-greetings-in-your-first-day-at-the-office/656d2a2ed95bfa1345fd9fd1.md
When Jake says swipe at the door, he means you have to move or swipe the access card close to a special reader at the door to open it.
What should Sarah do with the card at the door?
It is the door.
This doesn't indicate an action.
Swipe it.
Good-old door.
Good-old describes familiarity, but doesn't indicate an action.
No, it isn't.
This is a negation and not related to what to do with the card.
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": 10.3,
"finishTimestamp": 12.24
}
},
"commands": [
{
"character": "Jake",
"opacity": 1,
"startTime": 0
},
{
"character": "Jake",
"startTime": 1,
"finishTime": 2.9,
"dialogue": {
"text": "It's the good-old swipe at the door.",
"align": "center"
}
},
{
"character": "Jake",
"opacity": 0,
"startTime": 3.4
}
]
}