{
"topic": "Ordering Delivery",
"scenario_description": "Read your information. Then, ask your partner the multiple-choice questions to complete the order.",
"player_count": 2,
"blocks": [
{
"text_holder_id": 1,
"text": "Wanchai wants to order Kha na moo grob for dinner. He prefers it to be very spicy, but he doesn't want a fried egg on top.",
"questions": [
{
"asker_id": 2,
"question": "What level of spice does Wanchai want?",
"options": ["Not spicy", "Medium spicy", "Very spicy"],
"correct_answer": "Very spicy"
},
{
"asker_id": 2,
"question": "Does he want a fried egg?",
"options": ["Yes", "No", "Only the egg white"],
"correct_answer": "No"
}
]
},
{
"text_holder_id": 2,
"text": "The delivery fee is usually 30 baht, but because it is raining heavily right now, the restaurant added a 15 baht weather surcharge.",
"questions": [
{
"asker_id": 1,
"question": "How much is the total delivery fee?",
"options": ["15 baht", "30 baht", "45 baht"],
"correct_answer": "45 baht"
}
]
}
]
}