Advertisement
Guest User

Untitled

a guest
Aug 24th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.87 KB | None | 0 0
  1. {
  2. "_id" : ObjectId("599e906d8997bcde009eb0bd"),
  3. "createdAt" : 1503563885625.0,
  4. "updatedAt" : 1503563885673.0,
  5. "createdBy" : ObjectId("599e906c8997bcde009eb0ad"),
  6. "companyId" : ObjectId("599e906d8997bcde009eb0b1"),
  7. "templateId" : ObjectId("599e906d8997bcde009eb0b6"),
  8. "title" : "first quiz template",
  9. "period" : 201708,
  10. "steps" : [
  11. {
  12. "_id" : ObjectId("599e906d8997bcde009eb0b8"),
  13. "type" : 0,
  14. "title" : "Food questions",
  15. "questions" : [
  16. {
  17. "_id" : ObjectId("599e906d8997bcde009eb0b9"),
  18. "title" : "What is your favorite food?",
  19. "answers" : [
  20. {
  21. "title" : "Bacon",
  22. "votes" : []
  23. },
  24. {
  25. "title" : "Shaurma",
  26. "votes" : []
  27. },
  28. {
  29. "title" : "Burger",
  30. "votes" : [
  31. ObjectId("599e906c8997bcde009eb0ad"),
  32. ObjectId("599e906c8997bcde009eb0ac")
  33. ]
  34. },
  35. {
  36. "title" : "Uchpochmack",
  37. "votes" : []
  38. }
  39. ]
  40. }
  41. ]
  42. },
  43. {
  44. "_id" : ObjectId("599e906d8997bcde009eb0ba"),
  45. "type" : 1,
  46. "title" : "Rank some people",
  47. "question" : "How good he is in history?",
  48. "description" : "Some description",
  49. "rankedPeople" : [
  50. {
  51. "_id" : ObjectId("599e906c8997bcde009eb0ac"),
  52. "levels" : [
  53. {
  54. "title" : "Best of the best",
  55. "votes" : [
  56. ObjectId("599e906c8997bcde009eb0ad"),
  57. ObjectId("599e906c8997bcde009eb0ac")
  58. ]
  59. },
  60. {
  61. "title" : "",
  62. "votes" : []
  63. },
  64. {
  65. "title" : "",
  66. "votes" : []
  67. },
  68. {
  69. "title" : "",
  70. "votes" : []
  71. },
  72. {
  73. "title" : "",
  74. "votes" : []
  75. }
  76. ]
  77. },
  78. {
  79. "_id" : ObjectId("599e906c8997bcde009eb0ad"),
  80. "levels" : [
  81. {
  82. "title" : "Best of the best",
  83. "votes" : [
  84. ObjectId("599e906c8997bcde009eb0ad")
  85. ]
  86. },
  87. {
  88. "title" : "",
  89. "votes" : [
  90. ObjectId("599e906c8997bcde009eb0ac")
  91. ]
  92. },
  93. {
  94. "title" : "",
  95. "votes" : []
  96. },
  97. {
  98. "title" : "",
  99. "votes" : []
  100. },
  101. {
  102. "title" : "",
  103. "votes" : []
  104. }
  105. ]
  106. }
  107. ]
  108. }
  109. ],
  110. "updatedBy" : ObjectId("599e906c8997bcde009eb0ac")
  111. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement