{
  "name": "What-question",
  "level": 8,
  "slots": ["question", "agent", "action"],
  "prerequisites": ["agent_action"],
  "node_keys": ["answer_what", "ask_question"],
  "description": "Asking or answering what: What is mummy eating? Uses the question word as a slot the language places differently.",
  "rubric": ["A question word", "Rising intonation or the language's question form", "Answer names a thing"],
  "status": "draft",
  "languages": {
    "en": {"pattern": "{question} {agent} {action}", "morphology": "Question word first, then subject and verb (What mummy eat? / What is mummy eating?).", "examples": [{"slots": {"question": "what", "agent": "mother", "action": "eat"}, "text": "What is mummy eating?"}, {"slots": {"question": "what", "agent": "dog", "action": "want"}, "text": "What does the dog want?"}], "status": "draft"},
    "hi": {"pattern": "{agent} {question} {action}", "morphology": "The question word sits before the verb, not at the start (माँ क्या खाती है?).", "examples": [{"slots": {"question": "what", "agent": "mother", "action": "eat"}, "text": "माँ क्या खाती है?"}, {"slots": {"question": "what", "agent": "dog", "action": "want"}, "text": "कुत्ता क्या चाहता है?"}], "status": "draft"}
  }
}
