Skip to content

Instantly share code, notes, and snippets.

@rustemkk
Created August 24, 2017 08:39
Show Gist options
  • Save rustemkk/8aa5a0f686ae886a783fb03267dd5c99 to your computer and use it in GitHub Desktop.
Save rustemkk/8aa5a0f686ae886a783fb03267dd5c99 to your computer and use it in GitHub Desktop.
{
"_id" : ObjectId("599e906d8997bcde009eb0bd"),
"createdAt" : 1503563885625.0,
"updatedAt" : 1503563885673.0,
"createdBy" : ObjectId("599e906c8997bcde009eb0ad"),
"companyId" : ObjectId("599e906d8997bcde009eb0b1"),
"templateId" : ObjectId("599e906d8997bcde009eb0b6"),
"title" : "first quiz template",
"period" : 201708,
"steps" : [
{
"_id" : ObjectId("599e906d8997bcde009eb0b8"),
"type" : 0,
"title" : "Food questions",
"questions" : [
{
"_id" : ObjectId("599e906d8997bcde009eb0b9"),
"title" : "What is your favorite food?",
"answers" : [
{
"title" : "Bacon",
"votes" : []
},
{
"title" : "Shaurma",
"votes" : []
},
{
"title" : "Burger",
"votes" : [
ObjectId("599e906c8997bcde009eb0ad"),
ObjectId("599e906c8997bcde009eb0ac")
]
},
{
"title" : "Uchpochmack",
"votes" : []
}
]
}
]
},
{
"_id" : ObjectId("599e906d8997bcde009eb0ba"),
"type" : 1,
"title" : "Rank some people",
"question" : "How good he is in history?",
"description" : "Some description",
"rankedPeople" : [
{
"_id" : ObjectId("599e906c8997bcde009eb0ac"),
"levels" : [
{
"title" : "Best of the best",
"votes" : [
ObjectId("599e906c8997bcde009eb0ad"),
ObjectId("599e906c8997bcde009eb0ac")
]
},
{
"title" : "",
"votes" : []
},
{
"title" : "",
"votes" : []
},
{
"title" : "",
"votes" : []
},
{
"title" : "",
"votes" : []
}
]
},
{
"_id" : ObjectId("599e906c8997bcde009eb0ad"),
"levels" : [
{
"title" : "Best of the best",
"votes" : [
ObjectId("599e906c8997bcde009eb0ad")
]
},
{
"title" : "",
"votes" : [
ObjectId("599e906c8997bcde009eb0ac")
]
},
{
"title" : "",
"votes" : []
},
{
"title" : "",
"votes" : []
},
{
"title" : "",
"votes" : []
}
]
}
]
}
],
"updatedBy" : ObjectId("599e906c8997bcde009eb0ac")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment