curriculum/challenges/english/blocks/learn-greetings-in-your-first-day-at-the-office/656ccd12c27bf013529db8ce.md
In questions, any is often used to inquire if there is at least one of something. For example:
Do you have any water? - Here, any is used to ask if there is even a small amount of water.
In the question Any favorite lunch spot?, what is Tom asking Sophie?
If she dislikes all lunch spots.
Any in the context doesn't indicate dislike.
If there is a specific lunch spot she prefers.
If she knows all the lunch spots.
Tom is not asking about all spots, but about a preferred one.
If she never goes for lunch.
Tom is specifically asking about a preferred spot, not Sophie's lunch habits.
2
{
"setup": {
"background": "company2-center.png",
"characters": [
{
"character": "Tom",
"position": { "x": 50, "y": 15, "z": 1.2 },
"opacity": 0
}
],
"audio": {
"filename": "1.1-3.mp3",
"startTime": 1,
"startTimestamp": 12.85,
"finishTimestamp": 16.1
}
},
"commands": [
{
"character": "Tom",
"opacity": 1,
"startTime": 0
},
{
"character": "Tom",
"startTime": 1,
"finishTime": 3.85,
"dialogue": {
"text": "Of course. Any favorite lunch spot around here, Sophie?",
"align": "center"
}
},
{
"character": "Tom",
"opacity": 0,
"startTime": 4.35
}
]
}