Advertisement
ngbayu

example payload question DISC

Jan 29th, 2024
17
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.23 KB | None | 0 0
  1. {
  2. "success": true,
  3. "message": "",
  4. "data": {
  5. "pagination": {
  6. "page": "1",
  7. "limit": "5"
  8. },
  9. "durations": "",
  10. "question": [
  11. {
  12. "questionType": "best-fit-multiple-choices",
  13. "required": true,
  14. "code": "q20",
  15. "question": "Pertanyaan 1",
  16. "questionImage": "",
  17. "helper": "",
  18. "option": {
  19. "a": "Menyediakan waktu untuk orang lain",
  20. "b": "Merencanakan masa depan, bersiap-siap",
  21. "c": "Menuju petualangan baru",
  22. "d": "Menerima penghargaan atas pencapaian target"
  23. },
  24. "answerKey": [
  25. {
  26. "key": "most",
  27. "icon": "fa fa-check",
  28. "color": "text-success"
  29. },
  30. {
  31. "key": "least",
  32. "icon": "fa fa-times",
  33. "color": "text-danger"
  34. }
  35. ],
  36. "uniq": "false"
  37. },
  38. {
  39. "questionType": "best-fit-multiple-choices",
  40. "required": true,
  41. "code": "q11",
  42. "question": "Pertanyaan 2",
  43. "questionImage": "",
  44. "helper": "",
  45. "option": {
  46. "a": "Mengalah, tidak suka pertentangan",
  47. "b": "Penuh dengan hal-hal kecil (detail)",
  48. "c": "Berubah pada menit-menit terakhir",
  49. "d": "Mendesak, memaksa, agak kasar"
  50. },
  51. "answerKey": [
  52. {
  53. "key": "most",
  54. "icon": "fa fa-check",
  55. "color": "text-success"
  56. },
  57. {
  58. "key": "least",
  59. "icon": "fa fa-times",
  60. "color": "text-danger"
  61. }
  62. ],
  63. "uniq": "false"
  64. },
  65. {
  66. "questionType": "best-fit-multiple-choices",
  67. "required": true,
  68. "code": "q2",
  69. "question": "Pertanyaan 3",
  70. "questionImage": "",
  71. "helper": "",
  72. "option": {
  73. "a": "Yang penting adalah hasil",
  74. "b": "Kerjakan dengan benar, ketepatan sangat penting",
  75. "c": "Buat agar menyenangkan",
  76. "d": "Kerjakan bersama-sama"
  77. },
  78. "answerKey": [
  79. {
  80. "key": "most",
  81. "icon": "fa fa-check",
  82. "color": "text-success"
  83. },
  84. {
  85. "key": "least",
  86. "icon": "fa fa-times",
  87. "color": "text-danger"
  88. }
  89. ],
  90. "uniq": "false"
  91. },
  92. {
  93. "questionType": "best-fit-multiple-choices",
  94. "required": true,
  95. "code": "q24",
  96. "question": "Pertanyaan 4",
  97. "questionImage": "",
  98. "helper": "",
  99. "option": {
  100. "a": "Dapat dipercaya dan diandalkan",
  101. "b": "Kreatif, unik",
  102. "c": "Berorientasi pada hasil, profit/keuntungan",
  103. "d": "Memegang teguh standar yang tinggi, akurat"
  104. },
  105. "answerKey": [
  106. {
  107. "key": "most",
  108. "icon": "fa fa-check",
  109. "color": "text-success"
  110. },
  111. {
  112. "key": "least",
  113. "icon": "fa fa-times",
  114. "color": "text-danger"
  115. }
  116. ],
  117. "uniq": "false"
  118. },
  119. {
  120. "questionType": "best-fit-multiple-choices",
  121. "required": true,
  122. "code": "q6",
  123. "question": "Pertanyaan 5",
  124. "questionImage": "",
  125. "helper": "",
  126. "option": {
  127. "a": "Mengambil kendali, bersikap langsung (direct)",
  128. "b": "Suka bergaul, antusias",
  129. "c": "Mudah ditebak, konsisten",
  130. "d": "Waspada, berhati-hati"
  131. },
  132. "answerKey": [
  133. {
  134. "key": "most",
  135. "icon": "fa fa-check",
  136. "color": "text-success"
  137. },
  138. {
  139. "key": "least",
  140. "icon": "fa fa-times",
  141. "color": "text-danger"
  142. }
  143. ],
  144. "uniq": "false"
  145. }
  146. ],
  147. "groupLabel": "",
  148. "helper": ""
  149. }
  150. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement