{
  "name": "Object + location",
  "level": 7,
  "slots": ["object", "location"],
  "prerequisites": ["single_word"],
  "node_keys": ["understand_location_words", "answer_where", "describe_scene"],
  "description": "Where a thing is: ball on chair, cat in box. Uses the preposition concepts in, on, under.",
  "rubric": ["A thing and a place word", "The place word matches the picture"],
  "status": "draft",
  "languages": {
    "en": {"pattern": "{object} {location}", "morphology": "Preposition follows the object at two words (ball in); the landmark noun comes with three-word combinations.", "examples": [{"slots": {"object": "ball", "location": "in"}, "text": "Ball in"}, {"slots": {"object": "cat", "location": "under"}, "text": "Cat under"}, {"slots": {"object": "cup", "location": "on"}, "text": "Cup on"}], "status": "draft"},
    "hi": {"pattern": "{object} {location}", "morphology": "Postpositions follow the landmark (मेज़ पर); at two words the child says the thing and the place word (गेंद अंदर / बिल्ली नीचे).", "examples": [{"slots": {"object": "ball", "location": "in"}, "text": "गेंद अंदर"}, {"slots": {"object": "cat", "location": "under"}, "text": "बिल्ली नीचे"}, {"slots": {"object": "cup", "location": "on"}, "text": "कप ऊपर"}], "status": "draft"}
  }
}
