mohitsaini

Untitled

Dec 10th, 2016
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.99 KB | None | 0 0
  1. {
  2. "start": 0,
  3. "questions": [
  4. {
  5. "type": "scale",
  6. "qn": "How likely are you to recommend our service to an acquaintance?",
  7. "range": "1-10",
  8. "action": [
  9. 1,
  10. 1,
  11. 1,
  12. 1,
  13. 1,
  14. 1,
  15. 2,
  16. 2,
  17. 2,
  18. 2
  19. ]
  20. },
  21. {
  22. "type": "mcsa",
  23. "qn": "Sorry to hear that. What was it that disappointed you?",
  24. "options": [
  25. [
  26. "Didn't deliver car on time",
  27. 8
  28. ],
  29. [
  30. "Cost",
  31. 5
  32. ],
  33. [
  34. "Interaction",
  35. 4
  36. ],
  37. [
  38. "Attendant staff was unable to assist",
  39. 6
  40. ],
  41. [
  42. "Work not done satisfactorily",
  43. 7
  44. ],
  45. [
  46. "Other",
  47. 3
  48. ]
  49. ]
  50. },
  51. {
  52. "type": "msg",
  53. "qn": "Thank you for your feedback"
  54. },
  55. {
  56. "type": "text",
  57. "qn": "Please tell us what happened",
  58. "action": 2
  59. },
  60. {
  61. "type": "mcsa",
  62. "qn": "We're sorry to hear that. Please tell us more.",
  63. "options": [
  64. [
  65. "Appointment availability when making a booking",
  66. 2
  67. ],
  68. [
  69. "Lack of cleanliness at the Workshop and lounge amenities",
  70. 2
  71. ]
  72. ]
  73. },
  74. {
  75. "type": "mcsa",
  76. "qn": "We're surprised to hear that. How?",
  77. "options": [
  78. [
  79. "Bill higher than estimate",
  80. 2
  81. ],
  82. [
  83. "Local garage is cheaper",
  84. 2
  85. ],
  86. [
  87. "Extra work done without permission",
  88. 2
  89. ],
  90. [
  91. "Competitor offers discount",
  92. 2
  93. ]
  94. ]
  95. },
  96. {
  97. "type": "mcsa",
  98. "qn": "Can you elaborate?",
  99. "options": [
  100. [
  101. "Seemed untrained",
  102. 2
  103. ],
  104. [
  105. "Was in a rush",
  106. 2
  107. ],
  108. [
  109. "Did not explain the job card properly",
  110. 2
  111. ],
  112. [
  113. "Communiaction was bad",
  114. 2
  115. ]
  116. ]
  117. },
  118. {
  119. "type": "mcsa",
  120. "qn": "We're sorry. So you mean that",
  121. "options": [
  122. [
  123. "Forgot to do something",
  124. 2
  125. ],
  126. [
  127. "Car was returned unclean",
  128. 2
  129. ],
  130. [
  131. "Tried, but were unable to fix the issues",
  132. 2
  133. ]
  134. ]
  135. },
  136. {
  137. "type": "mcsa",
  138. "qn": "What caused the delay?",
  139. "options": [
  140. [
  141. "I was told delivery will be delayed",
  142. 2
  143. ],
  144. [
  145. "Billing took too long",
  146. 2
  147. ],
  148. [
  149. "Car was not ready when I reached",
  150. 2
  151. ],
  152. [
  153. "Car drop was late",
  154. 2
  155. ],
  156. [
  157. "Waiting time at reception",
  158. 2
  159. ]
  160. ]
  161. }
  162. ]
  163. }
Add Comment
Please, Sign In to add comment