Skip to content

Instantly share code, notes, and snippets.

@rustemkk
Created August 28, 2017 10:57
Show Gist options
  • Save rustemkk/2c47eaae4be5e05ccd9a7f4290333c9f to your computer and use it in GitHub Desktop.
Save rustemkk/2c47eaae4be5e05ccd9a7f4290333c9f to your computer and use it in GitHub Desktop.
{
"_id" : ObjectId("59a02bfb452a8c10081d6990"),
"createdAt" : 1503669243461.0,
"updatedAt" : 1503669243515.0,
"createdBy" : ObjectId("59a02bfb452a8c10081d6980"),
"companyId" : ObjectId("59a02bfb452a8c10081d6984"),
"templateId" : ObjectId("59a02bfb452a8c10081d6989"),
"questionnaireTitle" : "first quiz template",
"period" : 201708,
"stepId" : ObjectId("59a02bfb452a8c10081d698b"),
"stepTitle" : "Food questions",
"stepType" : 0,
"updatedBy" : ObjectId("59a02bfb452a8c10081d697f"),
"questions" : [
{
"_id" : ObjectId("59a02bfb452a8c10081d698c"),
"title" : "What is your favorite food?",
"answers" : [
{
"title" : "Bacon",
"votes" : []
},
{
"title" : "Shaurma",
"votes" : []
},
{
"title" : "Burger",
"votes" : [
ObjectId("59a02bfb452a8c10081d6980"),
ObjectId("59a02bfb452a8c10081d697f")
]
},
{
"title" : "Uchpochmack",
"votes" : []
}
]
}
]
}
{
"_id" : ObjectId("59a02bfb452a8c10081d6991"),
"createdAt" : 1503669243462.0,
"updatedAt" : 1503669243517.0,
"createdBy" : ObjectId("59a02bfb452a8c10081d6980"),
"companyId" : ObjectId("59a02bfb452a8c10081d6984"),
"templateId" : ObjectId("59a02bfb452a8c10081d6989"),
"questionnaireTitle" : "first quiz template",
"period" : 201708,
"stepId" : ObjectId("59a02bfb452a8c10081d698d"),
"stepTitle" : "Rank some people",
"stepType" : 1,
"updatedBy" : ObjectId("59a02bfb452a8c10081d697f"),
"rankedPeople" : [
{
"_id" : ObjectId("59a02bfb452a8c10081d697f"),
"levels" : [
{
"title" : "Best of the best",
"votes" : [
ObjectId("59a02bfb452a8c10081d6980"),
ObjectId("59a02bfb452a8c10081d697f")
]
},
{
"title" : "",
"votes" : []
},
{
"title" : "",
"votes" : []
},
{
"title" : "",
"votes" : []
},
{
"title" : "",
"votes" : []
}
]
},
{
"_id" : ObjectId("59a02bfb452a8c10081d6980"),
"levels" : [
{
"title" : "Best of the best",
"votes" : [
ObjectId("59a02bfb452a8c10081d6980")
]
},
{
"title" : "",
"votes" : [
ObjectId("59a02bfb452a8c10081d697f")
]
},
{
"title" : "",
"votes" : []
},
{
"title" : "",
"votes" : []
},
{
"title" : "",
"votes" : []
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment