sheena2994

Untitled

Apr 3rd, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.27 KB | None | 0 0
  1. {
  2. "success": 1,
  3. "message": "Following is the data",
  4. "data": [
  5. [
  6. {
  7. "questions_id": 26,
  8. "question": "What’s the name of the book?",
  9. "keyword": "name",
  10. "have_options": 1,
  11. "type": 4,
  12. "how_many": 1,
  13. "question_for": 5,
  14. "sub_questions": [
  15. {
  16. "sub_questions_id": 45,
  17. "answer": "[\"Moonlight\"]",
  18. "question": "Enter name",
  19. "have_options": 0,
  20. "type": 9,
  21. "how_many": 0,
  22. "sub1_questions": []
  23. }
  24. ]
  25. },
  26. {
  27. "questions_id": 27,
  28. "question": "What’s the edition of the book?",
  29. "keyword": "edition",
  30. "have_options": 1,
  31. "type": 4,
  32. "how_many": 1,
  33. "question_for": 5,
  34. "sub_questions": [
  35. {
  36. "sub_questions_id": 46,
  37. "answer": "[\"2\"]",
  38. "question": "Enter edition",
  39. "have_options": 0,
  40. "type": 12,
  41. "how_many": 0,
  42. "sub1_questions": []
  43. }
  44. ]
  45. },
  46. {
  47. "questions_id": 28,
  48. "question": "Do you want to ask a fixed price or start an auction?",
  49. "keyword": "is_fixed",
  50. "have_options": 1,
  51. "type": 4,
  52. "how_many": 2,
  53. "question_for": 5,
  54. "sub_questions": [
  55. {
  56. "sub_questions_id": 47,
  57. "answer": "[]",
  58. "question": "Fixed Price",
  59. "have_options": 1,
  60. "type": 4,
  61. "how_many": 1,
  62. "sub1_questions": []
  63. },
  64. {
  65. "sub_questions_id": 48,
  66. "answer": "[\"Auction\"]",
  67. "question": "Auction",
  68. "have_options": 1,
  69. "type": 6,
  70. "how_many": 2,
  71. "sub1_questions": [
  72. {
  73. "sub1_questions_id": 5,
  74. "answer": "[\"What\\u2019s your starting price?\"]",
  75. "question": "What’s your starting price?",
  76. "have_options": 1,
  77. "type": 4,
  78. "how_many": 0,
  79. "sub2_questions": [
  80. {
  81. "sub2_questions_id": 5,
  82. "answer": "[\"565\"]",
  83. "question": "Enter Price",
  84. "have_options": 0,
  85. "type": 11,
  86. "how_many": 0
  87. }
  88. ]
  89. },
  90. {
  91. "sub1_questions_id": 6,
  92. "answer": "[]",
  93. "question": "What’s the duration of your auction?",
  94. "have_options": 1,
  95. "type": 4,
  96. "how_many": 0,
  97. "sub2_questions": [
  98. {
  99. "sub2_questions_id": 6,
  100. "answer": "[\"2\"]",
  101. "question": "Enter duration",
  102. "have_options": 0,
  103. "type": 13,
  104. "how_many": 0
  105. }
  106. ]
  107. }
  108. ]
  109. }
  110. ]
  111. },
  112. {
  113. "questions_id": 29,
  114. "question": "What’s the condition of your book?",
  115. "keyword": "condition_status",
  116. "have_options": 1,
  117. "type": 4,
  118. "how_many": 4,
  119. "question_for": 5,
  120. "sub_questions": [
  121. {
  122. "sub_questions_id": 49,
  123. "answer": "[\"Like New\"]",
  124. "question": "Like New",
  125. "have_options": 0,
  126. "type": 0,
  127. "how_many": 0,
  128. "sub1_questions": []
  129. },
  130. {
  131. "sub_questions_id": 50,
  132. "answer": "[]",
  133. "question": "Good",
  134. "have_options": 0,
  135. "type": 0,
  136. "how_many": 0,
  137. "sub1_questions": []
  138. },
  139. {
  140. "sub_questions_id": 51,
  141. "answer": "[]",
  142. "question": "Acceptable",
  143. "have_options": 0,
  144. "type": 0,
  145. "how_many": 0,
  146. "sub1_questions": []
  147. },
  148. {
  149. "sub_questions_id": 52,
  150. "answer": "[]",
  151. "question": "Poor",
  152. "have_options": 0,
  153. "type": 0,
  154. "how_many": 0,
  155. "sub1_questions": []
  156. }
  157. ]
  158. },
  159. {
  160. "questions_id": 30,
  161. "question": "Upload photos of your book.",
  162. "keyword": "image",
  163. "have_options": 1,
  164. "type": 4,
  165. "how_many": 1,
  166. "question_for": 5,
  167. "sub_questions": [
  168. {
  169. "sub_questions_id": 73,
  170. "answer": "[\"fghgjdghjg\",\"jdhgjghjdhgjhgdjh\"]",
  171. "question": "Upload images",
  172. "have_options": 0,
  173. "type": 7,
  174. "how_many": 6,
  175. "sub1_questions": []
  176. }
  177. ]
  178. },
  179. {
  180. "questions_id": 31,
  181. "question": "Should we publish your book share offer or do you want to make any changes?",
  182. "keyword": "edit_publish",
  183. "have_options": 1,
  184. "type": 4,
  185. "how_many": 2,
  186. "question_for": 5,
  187. "sub_questions": []
  188. }
  189. ]
  190. ]
  191. }
Add Comment
Please, Sign In to add comment