Skip to content

Instantly share code, notes, and snippets.

@jde
Last active October 22, 2016 01:06
Show Gist options
  • Save jde/8acd74874d6c2972f7f55b6aaa1f550d to your computer and use it in GitHub Desktop.
Save jde/8acd74874d6c2972f7f55b6aaa1f550d to your computer and use it in GitHub Desktop.
// the following is a candidate for the intial packet to be loaded.
//
// note: the submissions section was rendered using this api:
// /v1/form/580627b42600e2035218509f/aggregate/all/submission?skip=0&limit=10&filterby=bookmarked&orderby=dsc
//
// [group=all], skip, limit, filterby [bookmarked|flagged] and orderby can be used to render the files we want with one level of grouping.
{
"questions": {
"6e8ce7ef-5310-4e65-9995-bdf492394f3c": {
"id": "6e8ce7ef-5310-4e65-9995-bdf492394f3c",
"type": "TextField",
"title": "Where are you?",
"group_by": false
},
"74bf66e7-7413-4cf1-a6f4-b8d4149863e3": {
"id": "74bf66e7-7413-4cf1-a6f4-b8d4149863e3",
"type": "TextField",
"title": "What is your name?",
"group_by": false
},
"80bd7b99-edc6-435d-9585-8a6014cea52e": {
"id": "80bd7b99-edc6-435d-9585-8a6014cea52e",
"type": "MultipleChoice",
"title": "What should the new president focus on first?",
"group_by": true,
"options": [
{
"id": "8afc1f2760cfc2d63b8f0e9ddb1b6f39",
"value": "Economy"
},
{
"id": "8cec7d6c891fc360bfd61e14b8512896",
"value": "Justice"
},
{
"id": "ab4b1482cb2ba3f1ee7fd9201c8a1fad",
"value": "War"
}
]
},
"d21eda82-8000-4e5d-9506-3a41907b6b59": {
"id": "d21eda82-8000-4e5d-9506-3a41907b6b59",
"type": "MultipleChoice",
"title": "How do you feel about the incumbent?",
"group_by": true,
"options": [
{
"id": "d1bccc85fc14440d4201e4fa2a7a88a2",
"value": "😳"
},
{
"id": "e36f865a311bb2bcec6a270ab3083028",
"value": "πŸ˜ƒ"
},
{
"id": "bf1f01da0bfa69d071d64823cefbdf4c",
"value": "πŸ˜’"
},
{
"id": "d6707e4336e1d5b88c06c60f1f2fe383",
"value": "😸"
},
{
"id": "34d4637c0412f2df0030332922d07885",
"value": "😁"
},
{
"id": "fd212198c64a6510ea26c2c6c14228ba",
"value": "πŸ˜ͺ"
},
{
"id": "86d88d9e4e39979f13b822d1643a95f4",
"value": "πŸ‡ΊπŸ‡Έ"
}
]
},
"d452b94d-e650-41c6-80af-c56091315c90": {
"id": "d452b94d-e650-41c6-80af-c56091315c90",
"type": "TextArea",
"title": "What do you want to say?",
"group_by": false
}
},
"aggregations": {
"34d4637c0412f2df0030332922d07885": {
"group": {
"group_id": "34d4637c0412f2df0030332922d07885",
"question": "How do you feel about the incumbent?",
"answer": "😁"
},
"count": 1,
"mc": {
"80bd7b99-edc6-435d-9585-8a6014cea52e": {
"question": "What should the new president focus on first?",
"answers": {
"8afc1f2760cfc2d63b8f0e9ddb1b6f39": {
"answer": "Economy",
"count": 1
}
}
}
}
},
"86d88d9e4e39979f13b822d1643a95f4": {
"group": {
"group_id": "86d88d9e4e39979f13b822d1643a95f4",
"question": "How do you feel about the incumbent?",
"answer": "πŸ‡ΊπŸ‡Έ"
},
"count": 1,
"mc": {
"80bd7b99-edc6-435d-9585-8a6014cea52e": {
"question": "What should the new president focus on first?",
"answers": {
"605a70890f42b11f0d1303e52fc2a3ed": {
"answer": "Salutin'",
"count": 1
}
}
}
}
},
"all": {
"group": {
"group_id": "all",
"question": "all",
"answer": "all"
},
"count": 10,
"mc": {
"80bd7b99-edc6-435d-9585-8a6014cea52e": {
"question": "What should the new president focus on first?",
"answers": {
"605a70890f42b11f0d1303e52fc2a3ed": {
"answer": "Salutin'",
"count": 1
},
"6eb74bf2eebc77ce1e29d3f1be17aecc": {
"answer": "Conscience",
"count": 1
},
"8afc1f2760cfc2d63b8f0e9ddb1b6f39": {
"answer": "Economy",
"count": 4
},
"8cec7d6c891fc360bfd61e14b8512896": {
"answer": "Justice",
"count": 2
},
"ab4b1482cb2ba3f1ee7fd9201c8a1fad": {
"answer": "War",
"count": 2
}
}
},
"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": 4
},
"fd212198c64a6510ea26c2c6c14228ba": {
"answer": "πŸ˜ͺ",
"count": 3
}
}
}
}
},
"bf1f01da0bfa69d071d64823cefbdf4c": {
"group": {
"group_id": "bf1f01da0bfa69d071d64823cefbdf4c",
"question": "How do you feel about the incumbent?",
"answer": "πŸ˜’"
},
"count": 1,
"mc": {
"80bd7b99-edc6-435d-9585-8a6014cea52e": {
"question": "What should the new president focus on first?",
"answers": {
"8afc1f2760cfc2d63b8f0e9ddb1b6f39": {
"answer": "Economy",
"count": 1
}
}
}
}
},
"d1bccc85fc14440d4201e4fa2a7a88a2": {
"group": {
"group_id": "d1bccc85fc14440d4201e4fa2a7a88a2",
"question": "How do you feel about the incumbent?",
"answer": "😳"
},
"count": 4,
"mc": {
"80bd7b99-edc6-435d-9585-8a6014cea52e": {
"question": "What should the new president focus on first?",
"answers": {
"8afc1f2760cfc2d63b8f0e9ddb1b6f39": {
"answer": "Economy",
"count": 2
},
"8cec7d6c891fc360bfd61e14b8512896": {
"answer": "Justice",
"count": 1
},
"ab4b1482cb2ba3f1ee7fd9201c8a1fad": {
"answer": "War",
"count": 1
}
}
}
}
},
"fd212198c64a6510ea26c2c6c14228ba": {
"group": {
"group_id": "fd212198c64a6510ea26c2c6c14228ba",
"question": "How do you feel about the incumbent?",
"answer": "πŸ˜ͺ"
},
"count": 3,
"mc": {
"80bd7b99-edc6-435d-9585-8a6014cea52e": {
"question": "What should the new president focus on first?",
"answers": {
"6eb74bf2eebc77ce1e29d3f1be17aecc": {
"answer": "Conscience",
"count": 1
},
"8cec7d6c891fc360bfd61e14b8512896": {
"answer": "Justice",
"count": 1
},
"ab4b1482cb2ba3f1ee7fd9201c8a1fad": {
"answer": "War",
"count": 1
}
}
}
}
}
},
"submissions":[
{
"6e8ce7ef-5310-4e65-9995-bdf492394f3c": "Washington",
"74bf66e7-7413-4cf1-a6f4-b8d4149863e3": "Gen. Johnson",
"80bd7b99-edc6-435d-9585-8a6014cea52e": "War",
"d21eda82-8000-4e5d-9506-3a41907b6b59": "😳",
"d452b94d-e650-41c6-80af-c56091315c90": "We need to get on the battlefield!"
},
{
"6e8ce7ef-5310-4e65-9995-bdf492394f3c": "California",
"74bf66e7-7413-4cf1-a6f4-b8d4149863e3": "Steve",
"80bd7b99-edc6-435d-9585-8a6014cea52e": "Economy",
"d21eda82-8000-4e5d-9506-3a41907b6b59": "😳",
"d452b94d-e650-41c6-80af-c56091315c90": "Jobs jobs jobs Jobs jobs jobs Jobs jobs jobs Jobs jobs jobs Jobs jobs jobs "
},
{
"6e8ce7ef-5310-4e65-9995-bdf492394f3c": "Russia",
"74bf66e7-7413-4cf1-a6f4-b8d4149863e3": "Putin",
"80bd7b99-edc6-435d-9585-8a6014cea52e": "Economy",
"d21eda82-8000-4e5d-9506-3a41907b6b59": "😳",
"d452b94d-e650-41c6-80af-c56091315c90": "Economy is too good. Let's scale it back a bit."
},
{
"6e8ce7ef-5310-4e65-9995-bdf492394f3c": "Asisi",
"74bf66e7-7413-4cf1-a6f4-b8d4149863e3": "Francis",
"80bd7b99-edc6-435d-9585-8a6014cea52e": "Conscience",
"d21eda82-8000-4e5d-9506-3a41907b6b59": "πŸ˜ͺ",
"d452b94d-e650-41c6-80af-c56091315c90": "Look deep into your soul every day and question what you have done, what you are doing and what you have left to accomplish."
},
{
"6e8ce7ef-5310-4e65-9995-bdf492394f3c": "Florida",
"74bf66e7-7413-4cf1-a6f4-b8d4149863e3": "Sally",
"80bd7b99-edc6-435d-9585-8a6014cea52e": "Economy",
"d21eda82-8000-4e5d-9506-3a41907b6b59": "πŸ˜’",
"d452b94d-e650-41c6-80af-c56091315c90": "hihi"
},
{
"6e8ce7ef-5310-4e65-9995-bdf492394f3c": "Around",
"74bf66e7-7413-4cf1-a6f4-b8d4149863e3": "Compatriot",
"80bd7b99-edc6-435d-9585-8a6014cea52e": "Salutin'",
"d21eda82-8000-4e5d-9506-3a41907b6b59": "πŸ‡ΊπŸ‡Έ",
"d452b94d-e650-41c6-80af-c56091315c90": "God bless"
},
{
"6e8ce7ef-5310-4e65-9995-bdf492394f3c": "Scarce",
"74bf66e7-7413-4cf1-a6f4-b8d4149863e3": "Sanity",
"80bd7b99-edc6-435d-9585-8a6014cea52e": "War",
"d21eda82-8000-4e5d-9506-3a41907b6b59": "πŸ˜ͺ",
"d452b94d-e650-41c6-80af-c56091315c90": "End war!"
},
{
"6e8ce7ef-5310-4e65-9995-bdf492394f3c": "NJ",
"74bf66e7-7413-4cf1-a6f4-b8d4149863e3": "David",
"80bd7b99-edc6-435d-9585-8a6014cea52e": "Justice",
"d21eda82-8000-4e5d-9506-3a41907b6b59": "πŸ˜ͺ",
"d452b94d-e650-41c6-80af-c56091315c90": "Stop filling for profit prisons with non-violent offenders of petty laws."
},
{
"6e8ce7ef-5310-4e65-9995-bdf492394f3c": "Maine",
"74bf66e7-7413-4cf1-a6f4-b8d4149863e3": "Tom Wolfe",
"80bd7b99-edc6-435d-9585-8a6014cea52e": "Justice",
"d21eda82-8000-4e5d-9506-3a41907b6b59": "😳",
"d452b94d-e650-41c6-80af-c56091315c90": "Justice for all. Law and order (franchises) must return."
},
{
"6e8ce7ef-5310-4e65-9995-bdf492394f3c": "Heartland",
"74bf66e7-7413-4cf1-a6f4-b8d4149863e3": "Edward A. Most Folk",
"80bd7b99-edc6-435d-9585-8a6014cea52e": "Economy",
"d21eda82-8000-4e5d-9506-3a41907b6b59": "😁",
"d452b94d-e650-41c6-80af-c56091315c90": "More cash please!"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment