Advertisement
Guest User

Untitled

a guest
Oct 17th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.45 KB | None | 0 0
  1. // 20171017225733
  2. // http://localhost:8000/api/contest/2
  3.  
  4. {
  5. "success": 1,
  6. "data": {
  7. "id": 2,
  8. "title": "Тайтл тест",
  9. "description": "Дескрипшн тест",
  10. "photo": "http://localhost:8000/img/fotoupload/150801255274772.xlsx",
  11. "preview": "http://localhost:8000/img/fotoupload/150801255231865.xlsx",
  12. "firstName": null,
  13. "maxUsers": 5,
  14. "award": 1500,
  15. "category": "Online",
  16. "startTime": "2017-09-25 16:45:29",
  17. "endTime": "2017-09-25 16:45:29",
  18. "isActive": 1,
  19. "winner": null,
  20. "questionCount": 5
  21. },
  22. "test": [
  23. {
  24. "question": {
  25. "id": 9,
  26. "text": "天下兴亡,匹夫有责\"是哪位思想家的名言?",
  27. "test_id": 2,
  28. "answers": [
  29. {
  30. "answer": {
  31. "id": 33,
  32. "text": " 黄宗羲",
  33. "question_id": 9
  34. }
  35. },
  36. {
  37. "answer": {
  38. "id": 34,
  39. "text": " 顾炎武",
  40. "question_id": 9
  41. }
  42. },
  43. {
  44. "answer": {
  45. "id": 35,
  46. "text": " 王夫之",
  47. "question_id": 9
  48. }
  49. },
  50. {
  51. "answer": {
  52. "id": 36,
  53. "text": " 王充",
  54. "question_id": 9
  55. }
  56. }
  57. ]
  58. }
  59. },
  60. {
  61. "question": {
  62. "id": 10,
  63. "text": "Are you stupid?",
  64. "test_id": 2,
  65. "answers": [
  66. {
  67. "answer": {
  68. "id": 37,
  69. "text": "Yes",
  70. "question_id": 10
  71. }
  72. },
  73. {
  74. "answer": {
  75. "id": 38,
  76. "text": "No",
  77. "question_id": 10
  78. }
  79. },
  80. {
  81. "answer": {
  82. "id": 39,
  83. "text": "Mb",
  84. "question_id": 10
  85. }
  86. },
  87. {
  88. "answer": {
  89. "id": 40,
  90. "text": "Not sure",
  91. "question_id": 10
  92. }
  93. }
  94. ]
  95. }
  96. },
  97. {
  98. "question": {
  99. "id": 11,
  100. "text": "Are you stupid?",
  101. "test_id": 2,
  102. "answers": [
  103. {
  104. "answer": {
  105. "id": 41,
  106. "text": "Yes",
  107. "question_id": 11
  108. }
  109. },
  110. {
  111. "answer": {
  112. "id": 42,
  113. "text": "No",
  114. "question_id": 11
  115. }
  116. },
  117. {
  118. "answer": {
  119. "id": 43,
  120. "text": "Mb",
  121. "question_id": 11
  122. }
  123. },
  124. {
  125. "answer": {
  126. "id": 44,
  127. "text": "Not sure",
  128. "question_id": 11
  129. }
  130. }
  131. ]
  132. }
  133. },
  134. {
  135. "question": {
  136. "id": 12,
  137. "text": "Are you stupid?",
  138. "test_id": 2,
  139. "answers": [
  140. {
  141. "answer": {
  142. "id": 45,
  143. "text": "Yes",
  144. "question_id": 12
  145. }
  146. },
  147. {
  148. "answer": {
  149. "id": 46,
  150. "text": "No",
  151. "question_id": 12
  152. }
  153. },
  154. {
  155. "answer": {
  156. "id": 47,
  157. "text": "Mb",
  158. "question_id": 12
  159. }
  160. },
  161. {
  162. "answer": {
  163. "id": 48,
  164. "text": "Not sure",
  165. "question_id": 12
  166. }
  167. }
  168. ]
  169. }
  170. },
  171. {
  172. "question": {
  173. "id": 13,
  174. "text": "Are you stupid?",
  175. "test_id": 2,
  176. "answers": [
  177. {
  178. "answer": {
  179. "id": 49,
  180. "text": "Yes",
  181. "question_id": 13
  182. }
  183. },
  184. {
  185. "answer": {
  186. "id": 50,
  187. "text": "No",
  188. "question_id": 13
  189. }
  190. },
  191. {
  192. "answer": {
  193. "id": 51,
  194. "text": "Mb",
  195. "question_id": 13
  196. }
  197. },
  198. {
  199. "answer": {
  200. "id": 52,
  201. "text": "Not sure",
  202. "question_id": 13
  203. }
  204. }
  205. ]
  206. }
  207. }
  208. ]
  209. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement