{
  "name": "Then: two events in order",
  "level": 9,
  "slots": ["action", "connector", "action"],
  "prerequisites": ["agent_action_object"],
  "node_keys": ["sequence_events", "tell_short_story"],
  "description": "Linking two events in time: eat, then wash. The connector is the same slot type across languages, the order is not.",
  "rubric": ["Two events", "A time connector between them", "The order matches what happened"],
  "status": "draft",
  "languages": {
    "en": {"pattern": "{action} {connector} {action}", "morphology": "'Then' between the two verbs (eat, then wash).", "examples": [{"slots": {"action": "eat", "connector": "then", "action": "wash"}, "text": "Eat, then wash"}], "status": "draft"},
    "hi": {"pattern": "{action} {connector} {action}", "morphology": "फिर between the two verbs; verbs take the -कर or -ओ form in sequence (खाओ, फिर धोओ).", "examples": [{"slots": {"action": "eat", "connector": "then", "action": "wash"}, "text": "खाओ, फिर धोओ"}], "status": "draft"}
  }
}
