Advertisement
Guest User

Untitled

a guest
Jul 11th, 2017
285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. {
  2. "_id" : "2",
  3. "questions" : [
  4. {
  5. "title" : "Where to go?",
  6. "options" : [ ],
  7. "form" : "2"
  8. }
  9. ],
  10. "name" : "Second one"
  11. }
  12. {
  13. "_id" : "1",
  14. "questions" : [
  15. {
  16. "title" : "What's your country?",
  17. "options" : [
  18. {
  19. "_id" : "o1",
  20. "question" : "q1",
  21. "text" : "Brazil"
  22. },
  23. {
  24. "_id" : "o2",
  25. "question" : "q1",
  26. "text" : "EUA"
  27. },
  28. {
  29. "_id" : "o3",
  30. "question" : "q1",
  31. "text" : "China"
  32. }
  33. ],
  34. "form" : "1"
  35. },
  36. {
  37. "title" : "What your favorite color?",
  38. "options" : [
  39. {
  40. "_id" : "o4",
  41. "question" : "q2",
  42. "text" : "Red"
  43. },
  44. {
  45. "_id" : "o5",
  46. "question" : "q2",
  47. "text" : "Blue"
  48. },
  49. {
  50. "_id" : "o6",
  51. "question" : "q2",
  52. "text" : "Green"
  53. }
  54. ],
  55. "form" : "1"
  56. },
  57. {
  58. "title" : "Where do you live?",
  59. "options" : [ ],
  60. "form" : "1"
  61. }
  62. ],
  63. "name" : "My first form"
  64. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement