Skip to content

Instantly share code, notes, and snippets.

@Shadow6363
Created January 31, 2012 03:06
Show Gist options
  • Save Shadow6363/1708467 to your computer and use it in GitHub Desktop.
Save Shadow6363/1708467 to your computer and use it in GitHub Desktop.
{
"_id" : ObjectId("4f27586918cb8eb40f000000"),
"user_id" : ObjectId("4f2398af18cb8e972b000000"),
"title" : "Equestrian Census",
"answers" : [
{
"survey_id" : "4f27586918cb8eb40f000000",
"user_id" : "4f22496a18cb8e8f2a000010",
"response" : false,
"question_id" : "4f27586918cb8eb40f000001",
"id" : "4f27599c18cb8eb40f00000a"
},
{
"survey_id" : "4f27586918cb8eb40f000000",
"user_id" : "4f22496a18cb8e8f2a000010",
"response" : true,
"question_id" : "4f27586918cb8eb40f000002",
"id" : "4f27599c18cb8eb40f00000b"
},
{
"survey_id" : "4f27586918cb8eb40f000000",
"user_id" : "4f22496a18cb8e8f2a000010",
"response" : true,
"question_id" : "4f27586918cb8eb40f000003",
"id" : "4f27599c18cb8eb40f00000c"
}, { "survey_id" : "4f27586918cb8eb40f000000", "user_id" : "4f22496a18cb8e8f2a000010", "response" : false, "question_id" : "4f27586918cb8eb40f000004", "id" : "4f27599c18cb8eb40f00000d" }, { "survey_id" : "4f27586918cb8eb40f000000", "user_id" : "4f22496a18cb8e8f2a000010", "response" : true, "question_id" : "4f27586918cb8eb40f000005", "id" : "4f27599c18cb8eb40f00000e" }, { "survey_id" : "4f27586918cb8eb40f000000", "user_id" : "4f22496a18cb8e8f2a000010", "response" : false, "question_id" : "4f27586918cb8eb40f000006", "id" : "4f27599c18cb8eb40f00000f" }, { "survey_id" : "4f27586918cb8eb40f000000", "user_id" : "4f22496a18cb8e8f2a000010", "response" : true, "question_id" : "4f27586918cb8eb40f000007", "id" : "4f27599c18cb8eb40f000010" }, { "survey_id" : "4f27586918cb8eb40f000000", "user_id" : "4f22496a18cb8e8f2a000010", "response" : true, "question_id" : "4f27586918cb8eb40f000008", "id" : "4f27599c18cb8eb40f000011" }, { "survey_id" : "4f27586918cb8eb40f000000", "user_id" : "4f22496a18cb8e8f2a000010", "response" : true, "question_id" : "4f27586918cb8eb40f000009", "id" : "4f27599c18cb8eb40f000012" } ], "questions" : [ { "text" : "Is twilight the best pony?", "survey_id" : ObjectId("4f27586918cb8eb40f000000"), "type" : 1, "id" : "4f27586918cb8eb40f000001" }, { "text" : "Applejack?", "survey_id" : ObjectId("4f27586918cb8eb40f000000"), "type" : 1, "id" : "4f27586918cb8eb40f000002" }, { "text" : "Fluttershy?", "survey_id" : ObjectId("4f27586918cb8eb40f000000"), "type" : 1, "id" : "4f27586918cb8eb40f000003" }, { "text" : "Rainbow Dash?", "survey_id" : ObjectId("4f27586918cb8eb40f000000"), "type" : 1, "id" : "4f27586918cb8eb40f000004" }, { "text" : "Pinkie Pie?", "survey_id" : ObjectId("4f27586918cb8eb40f000000"), "type" : 1, "id" : "4f27586918cb8eb40f000005" }, { "text" : "Rarity?", "survey_id" : ObjectId("4f27586918cb8eb40f000000"),"type" : 1, "id" : "4f27586918cb8eb40f000006" }, { "text" : "Luna?", "survey_id" : ObjectId("4f27586918cb8eb40f000000"), "type" : 1, "id" : "4f27586918cb8eb40f000007" }, { "text" : "Derpy?", "survey_id" : ObjectId("4f27586918cb8eb40f000000"), "type" : 1, "id" : "4f27586918cb8eb40f000008" }, { "text" : "Celestia?", "survey_id" : ObjectId("4f27586918cb8eb40f000000"), "type" : 1, "id" : "4f27586918cb8eb40f000009" } ], "instructions" : "Please mark all of the Best Ponies" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment