sheena2994

Untitled

Jan 16th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.58 KB | None | 0 0
  1. {
  2. "success": 1,
  3. "message": "Following are the questions",
  4. "data": [
  5. {
  6. "question_id": "1",
  7. "question": "Hi (username), I am your virtual assistant Mason. I’ll help you post your ride share request.\nWhat’s your departure city?",
  8. "have_options": "0",
  9. "type": "8",
  10. "how_many": "0",
  11. "sub_questions": []
  12. },
  13. {
  14. "question_id": "2",
  15. "question": "What’s your destination?",
  16. "have_options": "0",
  17. "type": "8",
  18. "how_many": "0",
  19. "sub_questions": []
  20. },
  21. {
  22. "question_id": "3",
  23. "question": "When are you leaving?",
  24. "have_options": "0",
  25. "type": "3",
  26. "how_many": "0",
  27. "sub_questions": []
  28. },
  29. {
  30. "question_id": "4",
  31. "question": "What time are you leaving?",
  32. "have_options": "1",
  33. "type": "4",
  34. "how_many": "4",
  35. "sub_questions": [
  36. {
  37. "subquestion_id": "1",
  38. "question": "Morning",
  39. "have_options": "0",
  40. "type": "0",
  41. "how_many": "0",
  42. "sub1_questions": []
  43. },
  44. {
  45. "subquestion_id": "2",
  46. "question": "Noon",
  47. "have_options": "0",
  48. "type": "0",
  49. "how_many": "0",
  50. "sub1_questions": []
  51. },
  52. {
  53. "subquestion_id": "3",
  54. "question": "Afternoon",
  55. "have_options": "0",
  56. "type": "0",
  57. "how_many": "0",
  58. "sub1_questions": []
  59. },
  60. {
  61. "subquestion_id": "4",
  62. "question": "Evening",
  63. "have_options": "0",
  64. "type": "0",
  65. "how_many": "0",
  66. "sub1_questions": []
  67. }
  68. ]
  69. },
  70. {
  71. "question_id": "5",
  72. "question": "How much do you wiling to pay to the driver?",
  73. "have_options": "0",
  74. "type": "1",
  75. "how_many": "0",
  76. "sub_questions": []
  77. },
  78. {
  79. "question_id": "6",
  80. "question": "Should we publish your ride share request or do you want to make any changes?",
  81. "have_options": "1",
  82. "type": "4",
  83. "how_many": "2",
  84. "sub_questions": [
  85. {
  86. "subquestion_id": "15",
  87. "question": "Edit",
  88. "have_options": "0",
  89. "type": "0",
  90. "how_many": "0",
  91. "sub1_questions": []
  92. },
  93. {
  94. "subquestion_id": "16",
  95. "question": "Publish",
  96. "have_options": "0",
  97. "type": "0",
  98. "how_many": "0",
  99. "sub1_questions": []
  100. }
  101. ]
  102. }
  103. ]
  104. }
Add Comment
Please, Sign In to add comment