{
  "name": "Quantity + object",
  "level": 7,
  "slots": ["quantity", "object"],
  "prerequisites": ["single_word"],
  "node_keys": ["understand_quantity", "request_more"],
  "description": "How many or how much: more juice, all apples, one ball.",
  "rubric": ["A quantity word with a thing", "Plural where the language marks it"],
  "status": "draft",
  "languages": {
    "en": {"pattern": "{quantity} {object}", "morphology": "Quantity first; 'all' and numbers above one take a plural noun (all apples).", "examples": [{"slots": {"quantity": "more", "object": "juice"}, "text": "More juice"}, {"slots": {"quantity": "all", "object": "apple"}, "text": "All apples"}, {"slots": {"quantity": "one", "object": "ball"}, "text": "One ball"}], "status": "draft"},
    "hi": {"pattern": "{quantity} {object}", "morphology": "Quantity first (और जूस, सब सेब, एक गेंद); plural nouns change ending for many masculine and feminine nouns (सेब stays, गेंदें changes).", "examples": [{"slots": {"quantity": "more", "object": "juice"}, "text": "और जूस"}, {"slots": {"quantity": "all", "object": "apple"}, "text": "सब सेब"}, {"slots": {"quantity": "one", "object": "ball"}, "text": "एक गेंद"}], "status": "draft"}
  }
}
