{
  "name": "Yes-no question",
  "level": 8,
  "slots": ["agent", "action", "object"],
  "prerequisites": ["agent_action_object"],
  "node_keys": ["answer_yes_no", "take_conversation_turns"],
  "description": "Asking something that takes yes or no: Is the dog eating? Do you want juice? Word order or intonation marks the question.",
  "rubric": ["Rising intonation or the language's question form", "Can be answered with yes or no", "Answered with yes, no, a nod or a shake"],
  "status": "draft",
  "languages": {
    "en": {"pattern": "{agent} {action} {object}", "morphology": "Early form keeps statement order with rising intonation (Dog eating apple?). Later 'Is'/'Do' moves to the front (Is the dog eating the apple?).", "examples": [{"slots": {"agent": "dog", "action": "eat", "object": "apple"}, "text": "Is the dog eating the apple?"}, {"slots": {"agent": "child", "action": "want", "object": "juice"}, "text": "Do you want juice?"}, {"slots": {"agent": "mother", "action": "sleep", "object": "bed"}, "text": "Is Mummy sleeping?"}], "variants": ["Dog eating apple?", "Want juice?"], "status": "draft"}
  }
}
