{
  "name": "Agent + action + object",
  "level": 7,
  "slots": ["agent", "action", "object"],
  "prerequisites": ["agent_action", "action_object"],
  "node_keys": ["combine_three_words", "describe_scene", "answer_what"],
  "description": "The full clause: who does what to what. English puts the object last; Hindi puts the verb last.",
  "rubric": ["Three content words", "The language's own order", "The verb agrees where the language needs it"],
  "status": "draft",
  "languages": {
    "en": {"pattern": "{agent} {action} {object}", "morphology": "Subject, verb, object. Third person -s (Mummy eats) can wait.", "examples": [{"slots": {"agent": "mother", "action": "eat", "object": "apple"}, "text": "Mummy eats apple"}, {"slots": {"agent": "child", "action": "drink", "object": "water"}, "text": "Baby drinks water"}, {"slots": {"agent": "dog", "action": "eat", "object": "banana"}, "text": "Dog eats banana"}], "status": "draft"},
    "hi": {"pattern": "{agent} {object} {action}", "morphology": "Subject, object, verb. The verb agrees with the agent in gender and number (माँ सेब खाती है / पापा सेब खाते हैं).", "examples": [{"slots": {"agent": "mother", "action": "eat", "object": "apple"}, "text": "माँ सेब खाती है"}, {"slots": {"agent": "child", "action": "drink", "object": "water"}, "text": "बच्चा पानी पीता है"}, {"slots": {"agent": "dog", "action": "eat", "object": "banana"}, "text": "कुत्ता केला खाता है"}], "status": "draft"}
  }
}
