{
  "key": "yes_or_no_juice",
  "kind": "dialogue",
  "level": 8,
  "status": "draft",
  "titles": {"en": "Juice? Yes or no?"},
  "summary": "A therapist offers, Ravi answers yes and no, and gets what he asked for. A model for answering yes-no questions.",
  "concept_keys": ["juice", "apple", "yes", "no", "therapist", "child", "happy"],
  "node_keys": ["answer_yes_no", "take_conversation_turns", "answer_what"],
  "scenes": [
    {"order": 1, "image": "concept:juice", "focus": "juice", "on_screen": ["therapist", "juice", "child"], "event": "juice is offered", "narration": {"en": "Teacher asks: Ravi, do you want juice?"}},
    {"order": 2, "image": "concept:no", "focus": "no", "on_screen": ["child"], "event": "Ravi says no", "narration": {"en": "Ravi shakes his head. No, thank you."}},
    {"order": 3, "image": "concept:apple", "focus": "apple", "on_screen": ["therapist", "apple", "child"], "event": "an apple is offered", "narration": {"en": "Teacher asks: Do you want apple?"}},
    {"order": 4, "image": "concept:yes", "focus": "yes", "on_screen": ["child", "apple"], "event": "Ravi says yes", "narration": {"en": "Ravi nods. Yes! Apple, please."}},
    {"order": 5, "image": "concept:happy", "focus": "happy", "on_screen": ["child", "apple"], "event": "Ravi eats the apple", "narration": {"en": "Ravi eats the apple. He is happy. He asked, and he got it."}}
  ],
  "questions": [
    {"order": 1, "type": "yes_no", "scene": 2, "answer": "no", "distractors": ["yes"], "difficulty": 1, "text": {"en": "Does Ravi want juice?"}},
    {"order": 2, "type": "yes_no", "scene": 4, "answer": "yes", "distractors": ["no"], "difficulty": 1, "text": {"en": "Does Ravi want apple?"}},
    {"order": 3, "type": "literal_what", "scene": 5, "answer": "apple", "distractors": ["juice", "banana"], "difficulty": 1, "text": {"en": "What does Ravi eat?"}},
    {"order": 4, "type": "feeling", "scene": 5, "answer": "happy", "distractors": ["sad"], "difficulty": 2, "text": {"en": "How does Ravi feel at the end?"}},
    {"order": 5, "type": "why", "scene": 5, "answer": "apple", "distractors": ["juice", "water"], "difficulty": 3, "text": {"en": "Why is Ravi happy? Because he got the..."}}
  ]
}
