Last active
October 21, 2016 17:22
-
-
Save jde/aea38e7760f306b9efcdada8a02d6418 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This doc is a proposal for asking for aggregations by a single group. | |
# The endpoint / filename would include the group_id or "all" for all submissions. | |
# allowing for the url to be formed using the group_id in the form digest file. | |
{ | |
"group": { | |
"question_id": "", | |
"question": "all", | |
"answer": "all" | |
}, | |
"count": 7, | |
"mc": { | |
"80bd7b99-edc6-435d-9585-8a6014cea52e": { # question id referenced from the form digest | |
"question": "What should the new president focus on first?", | |
"answers": { | |
"63ea32f4ca977c1a7ab037224d9d2561": { | |
"answer": "Greatness", | |
"count": 1 | |
}, | |
"8afc1f2760cfc2d63b8f0e9ddb1b6f39": { | |
"answer": "Economy", | |
"count": 4 | |
}, | |
"8cec7d6c891fc360bfd61e14b8512896": { | |
"answer": "Justice", | |
"count": 1 | |
}, | |
"ab4b1482cb2ba3f1ee7fd9201c8a1fad": { | |
"answer": "War", | |
"count": 1 | |
} | |
} | |
}, | |
"d21eda82-8000-4e5d-9506-3a41907b6b59": { | |
"question": "How do you feel about the incumbent?", | |
"answers": { | |
"34d4637c0412f2df0030332922d07885": { | |
"answer": "π", | |
"count": 1 | |
}, | |
"86d88d9e4e39979f13b822d1643a95f4": { | |
"answer": "πΊπΈ", | |
"count": 1 | |
}, | |
"bf1f01da0bfa69d071d64823cefbdf4c": { | |
"answer": "π", | |
"count": 1 | |
}, | |
"d1bccc85fc14440d4201e4fa2a7a88a2": { | |
"answer": "π³", | |
"count": 3 | |
}, | |
"fd212198c64a6510ea26c2c6c14228ba": { | |
"answer": "πͺ", | |
"count": 1 | |
} | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment