Advertisement
S0m3guy

Untitled

Jul 12th, 2015
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. {
  2. "_id" : ObjectId("55819929579ddfe695d1a9d1"),
  3. "etestId" : ObjectId("557081b7840f2d4c5e55d416"),
  4. "questions" : [
  5. {
  6. "question_number" : 0,
  7. "question_type" : 1,
  8. "question" : "3+5?",
  9. "question_img" : "path/to/image",
  10. "answer_options" : [
  11. "10",
  12. "can be also a path/to/img",
  13. "8"
  14. ],
  15. "correct_answer" : [
  16. "0"
  17. ]
  18. },
  19. {
  20. "question_number" : 1,
  21. "question_type" : 0,
  22. "question" : "x+y=1?",
  23. "question_img" : "path/to/image",
  24. "answer_options" : [
  25. "x=1 y=0",
  26. "x=2 y=-1",
  27. "none of them"
  28. ],
  29. "correct_answer" : [
  30. "0",
  31. "1"
  32. ]
  33. },
  34. {
  35. "question_number" : 2,
  36. "question_type" : 2,
  37. "question" : "yo?",
  38. "question_img" : "path/to/image",
  39. "correct_answer" : [
  40. "yo"
  41. ]
  42. }
  43. ]
  44. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement