-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.json
1 lines (1 loc) · 2.12 KB
/
data.json
1
[{"pk": 1, "model": "hunt.pointofinterest", "fields": {"radius": 10, "point": "POINT (116.4079570608133452 39.9349728511261972)", "created": "2013-07-15T14:43:38.375Z", "description": "The hutong office", "title": "The hutong"}}, {"pk": 2, "model": "hunt.pointofinterest", "fields": {"radius": 10, "point": "POINT (116.4365386800816964 39.9448018882224360)", "created": "2013-07-15T14:44:20.953Z", "description": "Powwow office", "title": "Powwow"}}, {"pk": 3, "model": "hunt.pointofinterest", "fields": {"radius": 10, "point": "POINT (116.3903617696918786 39.9121063193147947)", "created": "2013-07-15T14:44:49.200Z", "description": "Tian an men palace", "title": "Tian an men"}}, {"pk": 4, "model": "hunt.pointofinterest", "fields": {"radius": 10, "point": "POINT (116.4139222936604341 39.9263837555310630)", "created": "2013-07-15T14:46:18.178Z", "description": "An other POi", "title": "Another POI"}}, {"pk": 1, "model": "hunt.challenge", "fields": {"answer": "the hutong", "question": "What is the name for this POI?", "poi": 1, "numberOfPoints": 50, "title": "Challenge 1"}}, {"pk": 2, "model": "hunt.challenge", "fields": {"answer": "adam", "question": "What is the name of powwow founder?", "poi": 2, "numberOfPoints": 50, "title": "Challenge 2"}}, {"pk": 3, "model": "hunt.challenge", "fields": {"answer": "puyi", "question": "Who is the last chinese emperor?", "poi": 3, "numberOfPoints": 50, "title": "Challenge 3"}}, {"pk": 4, "model": "hunt.challenge", "fields": {"answer": "chaoyang", "question": "What is Beijing biggest district?", "poi": 4, "numberOfPoints": 30, "title": "Challenge 4"}}, {"pk": 1, "model": "hunt.hunt", "fields": {"startingPOI": 3, "title": "Hunt demo", "endingPOI": 1, "challenges": [1, 2, 3], "latePenalty": -10, "duration": 180, "unlockingPass": "pass"}}, {"pk": 2, "model": "hunt.hunt", "fields": {"startingPOI": 3, "title": "Hunt demo 2", "endingPOI": 4, "challenges": [3, 4], "latePenalty": 0, "duration": 180, "unlockingPass": "pass"}}, {"pk": 3, "model": "hunt.hunt", "fields": {"startingPOI": 1, "title": "Hunt demo 3", "endingPOI": 4, "challenges": [1, 2, 3, 4], "latePenalty": 0, "duration": 180, "unlockingPass": "pass"}}]