{
  "name": "Happening now: -ing",
  "level": 7,
  "slots": ["agent", "action"],
  "prerequisites": ["agent_action"],
  "node_keys": ["use_language_specific_grammar", "label_common_action", "describe_scene"],
  "description": "What someone is doing right now: Mummy is eating, the dog is sleeping. Describing a picture as it happens.",
  "rubric": ["The person and the action", "The action carries the 'now' marker (-ing, with or without 'is')"],
  "status": "draft",
  "languages": {
    "en": {"pattern": "{agent} {action}", "morphology": "Verb + -ing; 'is' can be missing at first (Mummy eating) and appears later (Mummy is eating).", "examples": [{"slots": {"agent": "mother", "action": "eat"}, "text": "Mummy is eating"}, {"slots": {"agent": "dog", "action": "sleep"}, "text": "The dog is sleeping"}, {"slots": {"agent": "child", "action": "play"}, "text": "Ravi is playing"}], "variants": ["Mummy eating", "Dog sleeping"], "status": "draft"}
  }
}
