curriculum/challenges/english/blocks/learn-conversation-starters-in-the-break-room/657b1ae0c2fb4c64071ade7a.md
When you want to ask about something specific, you can use the question word what. What is commonly used to talk about things.
You usually put what at the beginning of a question. Then you follow it with the verb to be (like is or are) or other verbs, and then the subject (like you or the team). For example:
What is your favorite color? – Someone wants to know the color you like most.
What does this code do? - Someone wants to know the job or result of the code.
Choose the correct question that Tom is asking Sarah:
Absolutely! They are really fun. What's the team's favorite?
What do they like the most?
What is the team's favorite color?
Color is not the answer; Tom is asking about a fun thing the group likes to do.
What time is the game night?
Tom isn't asking when. He wants to know what the group enjoys.
What are you doing later?
Tom is not asking about what Sarah will do later; he is asking about what everyone enjoys together.
1
{
"setup": {
"background": "company1-reception.png",
"characters": [
{
"character": "Tom",
"position": {"x":50,"y":15,"z":1.2},
"opacity": 0
}
],
"audio": {
"filename": "1.3-1.mp3",
"startTime": 1,
"startTimestamp": 13.56,
"finishTimestamp": 17.00
}
},
"commands": [
{
"character": "Tom",
"opacity": 1,
"startTime": 0
},
{
"character": "Tom",
"startTime": 1,
"finishTime": 4.44,
"dialogue": {
"text": "Absolutely! They're really fun. What's the team's favorite?",
"align": "center"
}
},
{
"character": "Tom",
"opacity": 0,
"startTime": 4.94
}
]
}