sample.json 97 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773
  1. [
  2. {
  3. "label": "INTERESTED?",
  4. "answers": [
  5. {
  6. "key": "blank",
  7. "value": "{\"m\": \"(is_interested_in_manager IS NULL)\", \"p\": \"(is_interested_in_provider IS NULL)\", \"o\": \"(is_interested_in_organizer IS NULL)\"}",
  8. "qm": {
  9. "all": null,
  10. "p": "(is_interested_in_provider IS NULL)",
  11. "m": "(is_interested_in_manager IS NULL)",
  12. "o": "(is_interested_in_organizer IS NULL)"
  13. },
  14. "qmComplete": {
  15. "all": null,
  16. "p": "(is_interested_in_provider IS NULL)",
  17. "m": "(is_interested_in_manager IS NULL)",
  18. "o": "(is_interested_in_organizer IS NULL)"
  19. },
  20. "questions": []
  21. },
  22. {
  23. "key": "unsure",
  24. "value": "{\"m\": \"(is_interested_in_manager = 'UNSURE')\", \"p\": \"(is_interested_in_provider = 'UNSURE')\", \"o\": \"(is_interested_in_organizer = 'UNSURE')\"}",
  25. "qm": {
  26. "all": null,
  27. "p": "(is_interested_in_provider = 'UNSURE')",
  28. "m": "(is_interested_in_manager = 'UNSURE')",
  29. "o": "(is_interested_in_organizer = 'UNSURE')"
  30. },
  31. "qmComplete": {
  32. "all": null,
  33. "p": "(is_interested_in_provider = 'UNSURE')",
  34. "m": "(is_interested_in_manager = 'UNSURE')",
  35. "o": "(is_interested_in_organizer = 'UNSURE')"
  36. },
  37. "questions": []
  38. },
  39. {
  40. "key": "no",
  41. "value": "{\"m\": \"(is_interested_in_manager = 'NO')\", \"p\": \"(is_interested_in_provider = 'NO')\", \"o\": \"(is_interested_in_organizer = 'NO')\"}",
  42. "qm": {
  43. "all": null,
  44. "p": "(is_interested_in_provider = 'NO')",
  45. "m": "(is_interested_in_manager = 'NO')",
  46. "o": "(is_interested_in_organizer = 'NO')"
  47. },
  48. "qmComplete": {
  49. "all": null,
  50. "p": "(is_interested_in_provider = 'NO')",
  51. "m": "(is_interested_in_manager = 'NO')",
  52. "o": "(is_interested_in_organizer = 'NO')"
  53. },
  54. "questions": []
  55. },
  56. {
  57. "key": "yes",
  58. "value": "{\"m\": \"(is_interested_in_manager = 'YES')\", \"p\": \"(is_interested_in_provider = 'YES')\", \"o\": \"(is_interested_in_organizer = 'YES')\"}",
  59. "qm": {
  60. "all": null,
  61. "p": "(is_interested_in_provider = 'YES')",
  62. "m": "(is_interested_in_manager = 'YES')",
  63. "o": "(is_interested_in_organizer = 'YES')"
  64. },
  65. "qmComplete": {
  66. "all": null,
  67. "p": "(is_interested_in_provider = 'YES')",
  68. "m": "(is_interested_in_manager = 'YES')",
  69. "o": "(is_interested_in_organizer = 'YES')"
  70. },
  71. "questions": [
  72. {
  73. "label": "WANTED?",
  74. "answers": [
  75. {
  76. "key": "blank",
  77. "value": "{\"m\": \"(is_wanted_as_manager IS NULL)\", \"p\": \"(is_wanted_as_provider IS NULL)\", \"o\": \"(is_wanted_as_organizer IS NULL)\"}",
  78. "qm": {
  79. "all": null,
  80. "p": "(is_wanted_as_provider IS NULL)",
  81. "m": "(is_wanted_as_manager IS NULL)",
  82. "o": "(is_wanted_as_organizer IS NULL)"
  83. },
  84. "qmComplete": {
  85. "all": null,
  86. "p": "(is_interested_in_provider = 'YES') and (is_wanted_as_provider IS NULL)",
  87. "m": "(is_interested_in_manager = 'YES') and (is_wanted_as_manager IS NULL)",
  88. "o": "(is_interested_in_organizer = 'YES') and (is_wanted_as_organizer IS NULL)"
  89. },
  90. "questions": []
  91. },
  92. {
  93. "key": "no",
  94. "value": "{\"m\": \"(is_wanted_as_manager = 'NO')\", \"p\": \"(is_wanted_as_provider = 'NO')\", \"o\": \"(is_wanted_as_organizer = 'NO')\"}",
  95. "qm": {
  96. "all": null,
  97. "p": "(is_wanted_as_provider = 'NO')",
  98. "m": "(is_wanted_as_manager = 'NO')",
  99. "o": "(is_wanted_as_organizer = 'NO')"
  100. },
  101. "qmComplete": {
  102. "all": null,
  103. "p": "(is_interested_in_provider = 'YES') and (is_wanted_as_provider = 'NO')",
  104. "m": "(is_interested_in_manager = 'YES') and (is_wanted_as_manager = 'NO')",
  105. "o": "(is_interested_in_organizer = 'YES') and (is_wanted_as_organizer = 'NO')"
  106. },
  107. "questions": []
  108. },
  109. {
  110. "key": "pause",
  111. "value": "{\"m\": \"(is_wanted_as_manager = 'PAUSE')\", \"p\": \"(is_wanted_as_provider = 'PAUSE')\", \"o\": \"(is_wanted_as_organizer = 'PAUSE')\"}",
  112. "qm": {
  113. "all": null,
  114. "p": "(is_wanted_as_provider = 'PAUSE')",
  115. "m": "(is_wanted_as_manager = 'PAUSE')",
  116. "o": "(is_wanted_as_organizer = 'PAUSE')"
  117. },
  118. "qmComplete": {
  119. "all": null,
  120. "p": "(is_interested_in_provider = 'YES') and (is_wanted_as_provider = 'PAUSE')",
  121. "m": "(is_interested_in_manager = 'YES') and (is_wanted_as_manager = 'PAUSE')",
  122. "o": "(is_interested_in_organizer = 'YES') and (is_wanted_as_organizer = 'PAUSE')"
  123. },
  124. "questions": []
  125. },
  126. {
  127. "key": "yes",
  128. "value": "{\"m\": \"(is_wanted_as_manager = 'YES')\", \"p\": \"(is_wanted_as_provider = 'YES')\", \"o\": \"(is_wanted_as_organizer = 'YES')\"}",
  129. "qm": {
  130. "all": null,
  131. "p": "(is_wanted_as_provider = 'YES')",
  132. "m": "(is_wanted_as_manager = 'YES')",
  133. "o": "(is_wanted_as_organizer = 'YES')"
  134. },
  135. "qmComplete": {
  136. "all": null,
  137. "p": "(is_interested_in_provider = 'YES') and (is_wanted_as_provider = 'YES')",
  138. "m": "(is_interested_in_manager = 'YES') and (is_wanted_as_manager = 'YES')",
  139. "o": "(is_interested_in_organizer = 'YES') and (is_wanted_as_organizer = 'YES')"
  140. },
  141. "questions": [
  142. {
  143. "label": "AGREED?",
  144. "answers": [
  145. {
  146. "key": "no (yellow)",
  147. "value": "{\"m\": \"(is_agreed_as_manager = 'NO')\", \"p\": \"(is_agreed_as_provider = 'NO')\", \"o\": \"(is_agreed_as_organizer = 'NO')\"}",
  148. "qm": {
  149. "all": null,
  150. "p": "(is_agreed_as_provider = 'NO')",
  151. "m": "(is_agreed_as_manager = 'NO')",
  152. "o": "(is_agreed_as_organizer = 'NO')"
  153. },
  154. "qmComplete": {
  155. "all": null,
  156. "p": "(is_interested_in_provider = 'YES') and (is_wanted_as_provider = 'YES') and (is_agreed_as_provider = 'NO')",
  157. "m": "(is_interested_in_manager = 'YES') and (is_wanted_as_manager = 'YES') and (is_agreed_as_manager = 'NO')",
  158. "o": "(is_interested_in_organizer = 'YES') and (is_wanted_as_organizer = 'YES') and (is_agreed_as_organizer = 'NO')"
  159. },
  160. "questions": []
  161. },
  162. {
  163. "key": "yes",
  164. "value": "{\"m\": \"(is_agreed_as_manager = 'YES')\", \"p\": \"(is_agreed_as_provider = 'YES')\", \"o\": \"(is_agreed_as_organizer = 'YES')\"}",
  165. "qm": {
  166. "all": null,
  167. "p": "(is_agreed_as_provider = 'YES')",
  168. "m": "(is_agreed_as_manager = 'YES')",
  169. "o": "(is_agreed_as_organizer = 'YES')"
  170. },
  171. "qmComplete": {
  172. "all": null,
  173. "p": "(is_interested_in_provider = 'YES') and (is_wanted_as_provider = 'YES') and (is_agreed_as_provider = 'YES')",
  174. "m": "(is_interested_in_manager = 'YES') and (is_wanted_as_manager = 'YES') and (is_agreed_as_manager = 'YES')",
  175. "o": "(is_interested_in_organizer = 'YES') and (is_wanted_as_organizer = 'YES') and (is_agreed_as_organizer = 'YES')"
  176. },
  177. "questions": [
  178. {
  179. "label": "PROFILE PUBLISHED?",
  180. "answers": [
  181. {
  182. "key": "no (blue)",
  183. "value": "{\"all\": \"(is_profile_approved IS NOT TRUE)\"}",
  184. "qm": {
  185. "all": "(is_profile_approved IS NOT TRUE)",
  186. "p": null,
  187. "m": null,
  188. "o": null
  189. },
  190. "qmComplete": {
  191. "all": null,
  192. "p": "(is_interested_in_provider = 'YES') and (is_wanted_as_provider = 'YES') and (is_agreed_as_provider = 'YES') and (is_profile_approved IS NOT TRUE)",
  193. "m": "(is_interested_in_manager = 'YES') and (is_wanted_as_manager = 'YES') and (is_agreed_as_manager = 'YES') and (is_profile_approved IS NOT TRUE)",
  194. "o": "(is_interested_in_organizer = 'YES') and (is_wanted_as_organizer = 'YES') and (is_agreed_as_organizer = 'YES') and (is_profile_approved IS NOT TRUE)"
  195. },
  196. "questions": [
  197. {
  198. "label": "ACTION-ON?",
  199. "answers": [
  200. {
  201. "key": "pro",
  202. "value": "{\"all\": \"(unapproved_public_profile_action_on = 'PRO')\"}",
  203. "qm": {
  204. "all": "(unapproved_public_profile_action_on = 'PRO')",
  205. "p": null,
  206. "m": null,
  207. "o": null
  208. },
  209. "qmComplete": {
  210. "all": null,
  211. "p": "(is_interested_in_provider = 'YES') and (is_wanted_as_provider = 'YES') and (is_agreed_as_provider = 'YES') and (is_profile_approved IS NOT TRUE) and (unapproved_public_profile_action_on = 'PRO')",
  212. "m": "(is_interested_in_manager = 'YES') and (is_wanted_as_manager = 'YES') and (is_agreed_as_manager = 'YES') and (is_profile_approved IS NOT TRUE) and (unapproved_public_profile_action_on = 'PRO')",
  213. "o": "(is_interested_in_organizer = 'YES') and (is_wanted_as_organizer = 'YES') and (is_agreed_as_organizer = 'YES') and (is_profile_approved IS NOT TRUE) and (unapproved_public_profile_action_on = 'PRO')"
  214. },
  215. "questions": []
  216. },
  217. {
  218. "key": "hr-admin",
  219. "value": "{\"all\": \"(unapproved_public_profile_action_on = 'HR_ADMIN')\"}",
  220. "qm": {
  221. "all": "(unapproved_public_profile_action_on = 'HR_ADMIN')",
  222. "p": null,
  223. "m": null,
  224. "o": null
  225. },
  226. "qmComplete": {
  227. "all": null,
  228. "p": "(is_interested_in_provider = 'YES') and (is_wanted_as_provider = 'YES') and (is_agreed_as_provider = 'YES') and (is_profile_approved IS NOT TRUE) and (unapproved_public_profile_action_on = 'HR_ADMIN')",
  229. "m": "(is_interested_in_manager = 'YES') and (is_wanted_as_manager = 'YES') and (is_agreed_as_manager = 'YES') and (is_profile_approved IS NOT TRUE) and (unapproved_public_profile_action_on = 'HR_ADMIN')",
  230. "o": "(is_interested_in_organizer = 'YES') and (is_wanted_as_organizer = 'YES') and (is_agreed_as_organizer = 'YES') and (is_profile_approved IS NOT TRUE) and (unapproved_public_profile_action_on = 'HR_ADMIN')"
  231. },
  232. "questions": []
  233. },
  234. {
  235. "key": "final-approver",
  236. "value": "{\"all\": \"(unapproved_public_profile_action_on = 'FINAL_APPROVER')\"}",
  237. "qm": {
  238. "all": "(unapproved_public_profile_action_on = 'FINAL_APPROVER')",
  239. "p": null,
  240. "m": null,
  241. "o": null
  242. },
  243. "qmComplete": {
  244. "all": null,
  245. "p": "(is_interested_in_provider = 'YES') and (is_wanted_as_provider = 'YES') and (is_agreed_as_provider = 'YES') and (is_profile_approved IS NOT TRUE) and (unapproved_public_profile_action_on = 'FINAL_APPROVER')",
  246. "m": "(is_interested_in_manager = 'YES') and (is_wanted_as_manager = 'YES') and (is_agreed_as_manager = 'YES') and (is_profile_approved IS NOT TRUE) and (unapproved_public_profile_action_on = 'FINAL_APPROVER')",
  247. "o": "(is_interested_in_organizer = 'YES') and (is_wanted_as_organizer = 'YES') and (is_agreed_as_organizer = 'YES') and (is_profile_approved IS NOT TRUE) and (unapproved_public_profile_action_on = 'FINAL_APPROVER')"
  248. },
  249. "questions": []
  250. },
  251. {
  252. "key": "nobody",
  253. "value": "{\"all\": \"(unapproved_public_profile_action_on = 'NOBODY')\"}",
  254. "qm": {
  255. "all": "(unapproved_public_profile_action_on = 'NOBODY')",
  256. "p": null,
  257. "m": null,
  258. "o": null
  259. },
  260. "qmComplete": {
  261. "all": null,
  262. "p": "(is_interested_in_provider = 'YES') and (is_wanted_as_provider = 'YES') and (is_agreed_as_provider = 'YES') and (is_profile_approved IS NOT TRUE) and (unapproved_public_profile_action_on = 'NOBODY')",
  263. "m": "(is_interested_in_manager = 'YES') and (is_wanted_as_manager = 'YES') and (is_agreed_as_manager = 'YES') and (is_profile_approved IS NOT TRUE) and (unapproved_public_profile_action_on = 'NOBODY')",
  264. "o": "(is_interested_in_organizer = 'YES') and (is_wanted_as_organizer = 'YES') and (is_agreed_as_organizer = 'YES') and (is_profile_approved IS NOT TRUE) and (unapproved_public_profile_action_on = 'NOBODY')"
  265. },
  266. "questions": []
  267. }
  268. ]
  269. }
  270. ]
  271. },
  272. {
  273. "key": "yes (green)",
  274. "value": "{\"all\": \"(is_profile_approved IS TRUE)\"}",
  275. "qm": {
  276. "all": "(is_profile_approved IS TRUE)",
  277. "p": null,
  278. "m": null,
  279. "o": null
  280. },
  281. "qmComplete": {
  282. "all": null,
  283. "p": "(is_interested_in_provider = 'YES') and (is_wanted_as_provider = 'YES') and (is_agreed_as_provider = 'YES') and (is_profile_approved IS TRUE)",
  284. "m": "(is_interested_in_manager = 'YES') and (is_wanted_as_manager = 'YES') and (is_agreed_as_manager = 'YES') and (is_profile_approved IS TRUE)",
  285. "o": "(is_interested_in_organizer = 'YES') and (is_wanted_as_organizer = 'YES') and (is_agreed_as_organizer = 'YES') and (is_profile_approved IS TRUE)"
  286. },
  287. "questions": [
  288. {
  289. "label": "ACTION-ON?",
  290. "answers": [
  291. {
  292. "key": "pro",
  293. "value": "{\"all\": \"(unapproved_public_profile_action_on = 'PRO')\"}",
  294. "qm": {
  295. "all": "(unapproved_public_profile_action_on = 'PRO')",
  296. "p": null,
  297. "m": null,
  298. "o": null
  299. },
  300. "qmComplete": {
  301. "all": null,
  302. "p": "(is_interested_in_provider = 'YES') and (is_wanted_as_provider = 'YES') and (is_agreed_as_provider = 'YES') and (is_profile_approved IS TRUE) and (unapproved_public_profile_action_on = 'PRO')",
  303. "m": "(is_interested_in_manager = 'YES') and (is_wanted_as_manager = 'YES') and (is_agreed_as_manager = 'YES') and (is_profile_approved IS TRUE) and (unapproved_public_profile_action_on = 'PRO')",
  304. "o": "(is_interested_in_organizer = 'YES') and (is_wanted_as_organizer = 'YES') and (is_agreed_as_organizer = 'YES') and (is_profile_approved IS TRUE) and (unapproved_public_profile_action_on = 'PRO')"
  305. },
  306. "questions": []
  307. },
  308. {
  309. "key": "hr-admin",
  310. "value": "{\"all\": \"(unapproved_public_profile_action_on = 'HR_ADMIN')\"}",
  311. "qm": {
  312. "all": "(unapproved_public_profile_action_on = 'HR_ADMIN')",
  313. "p": null,
  314. "m": null,
  315. "o": null
  316. },
  317. "qmComplete": {
  318. "all": null,
  319. "p": "(is_interested_in_provider = 'YES') and (is_wanted_as_provider = 'YES') and (is_agreed_as_provider = 'YES') and (is_profile_approved IS TRUE) and (unapproved_public_profile_action_on = 'HR_ADMIN')",
  320. "m": "(is_interested_in_manager = 'YES') and (is_wanted_as_manager = 'YES') and (is_agreed_as_manager = 'YES') and (is_profile_approved IS TRUE) and (unapproved_public_profile_action_on = 'HR_ADMIN')",
  321. "o": "(is_interested_in_organizer = 'YES') and (is_wanted_as_organizer = 'YES') and (is_agreed_as_organizer = 'YES') and (is_profile_approved IS TRUE) and (unapproved_public_profile_action_on = 'HR_ADMIN')"
  322. },
  323. "questions": []
  324. },
  325. {
  326. "key": "final-approver",
  327. "value": "{\"all\": \"(unapproved_public_profile_action_on = 'FINAL_APPROVER')\"}",
  328. "qm": {
  329. "all": "(unapproved_public_profile_action_on = 'FINAL_APPROVER')",
  330. "p": null,
  331. "m": null,
  332. "o": null
  333. },
  334. "qmComplete": {
  335. "all": null,
  336. "p": "(is_interested_in_provider = 'YES') and (is_wanted_as_provider = 'YES') and (is_agreed_as_provider = 'YES') and (is_profile_approved IS TRUE) and (unapproved_public_profile_action_on = 'FINAL_APPROVER')",
  337. "m": "(is_interested_in_manager = 'YES') and (is_wanted_as_manager = 'YES') and (is_agreed_as_manager = 'YES') and (is_profile_approved IS TRUE) and (unapproved_public_profile_action_on = 'FINAL_APPROVER')",
  338. "o": "(is_interested_in_organizer = 'YES') and (is_wanted_as_organizer = 'YES') and (is_agreed_as_organizer = 'YES') and (is_profile_approved IS TRUE) and (unapproved_public_profile_action_on = 'FINAL_APPROVER')"
  339. },
  340. "questions": []
  341. },
  342. {
  343. "key": "nobody",
  344. "value": "{\"all\": \"(unapproved_public_profile_action_on = 'NOBODY')\"}",
  345. "qm": {
  346. "all": "(unapproved_public_profile_action_on = 'NOBODY')",
  347. "p": null,
  348. "m": null,
  349. "o": null
  350. },
  351. "qmComplete": {
  352. "all": null,
  353. "p": "(is_interested_in_provider = 'YES') and (is_wanted_as_provider = 'YES') and (is_agreed_as_provider = 'YES') and (is_profile_approved IS TRUE) and (unapproved_public_profile_action_on = 'NOBODY')",
  354. "m": "(is_interested_in_manager = 'YES') and (is_wanted_as_manager = 'YES') and (is_agreed_as_manager = 'YES') and (is_profile_approved IS TRUE) and (unapproved_public_profile_action_on = 'NOBODY')",
  355. "o": "(is_interested_in_organizer = 'YES') and (is_wanted_as_organizer = 'YES') and (is_agreed_as_organizer = 'YES') and (is_profile_approved IS TRUE) and (unapproved_public_profile_action_on = 'NOBODY')"
  356. },
  357. "questions": []
  358. }
  359. ]
  360. },
  361. {
  362. "label": "MANAGER PROMO CODE MADE?",
  363. "answers": [
  364. {
  365. "key": "no",
  366. "value": "{\"m\": \"(SELECT COUNT(*) FROM gift_card WHERE manager_pro_id = pro.id) = 0\"}",
  367. "qm": {
  368. "all": null,
  369. "p": null,
  370. "m": "(SELECT COUNT(*) FROM gift_card WHERE manager_pro_id = pro.id) = 0",
  371. "o": null
  372. },
  373. "qmComplete": {
  374. "all": null,
  375. "p": null,
  376. "m": "(is_interested_in_manager = 'YES') and (is_wanted_as_manager = 'YES') and (is_agreed_as_manager = 'YES') and (is_profile_approved IS TRUE) and (SELECT COUNT(*) FROM gift_card WHERE manager_pro_id = pro.id) = 0",
  377. "o": null
  378. },
  379. "questions": []
  380. },
  381. {
  382. "key": "yes",
  383. "value": "{\"m\": \"(SELECT COUNT(*) FROM gift_card WHERE manager_pro_id = pro.id) > 0\"}",
  384. "qm": {
  385. "all": null,
  386. "p": null,
  387. "m": "(SELECT COUNT(*) FROM gift_card WHERE manager_pro_id = pro.id) > 0",
  388. "o": null
  389. },
  390. "qmComplete": {
  391. "all": null,
  392. "p": null,
  393. "m": "(is_interested_in_manager = 'YES') and (is_wanted_as_manager = 'YES') and (is_agreed_as_manager = 'YES') and (is_profile_approved IS TRUE) and (SELECT COUNT(*) FROM gift_card WHERE manager_pro_id = pro.id) > 0",
  394. "o": null
  395. },
  396. "questions": []
  397. }
  398. ]
  399. },
  400. {
  401. "label": "ASSIGNED?",
  402. "answers": [
  403. {
  404. "key": "no",
  405. "value": "{\"m\": \"((SELECT COUNT(*) FROM client WHERE manager_pro_id = pro.id) = 0)\", \"p\": \"(pro_contract_count = 0)\", \"o\": \"(organizer_pro_count = 0)\"}",
  406. "qm": {
  407. "all": null,
  408. "p": "(pro_contract_count = 0)",
  409. "m": "((SELECT COUNT(*) FROM client WHERE manager_pro_id = pro.id) = 0)",
  410. "o": "(organizer_pro_count = 0)"
  411. },
  412. "qmComplete": {
  413. "all": null,
  414. "p": "(is_interested_in_provider = 'YES') and (is_wanted_as_provider = 'YES') and (is_agreed_as_provider = 'YES') and (is_profile_approved IS TRUE) and (pro_contract_count = 0)",
  415. "m": "(is_interested_in_manager = 'YES') and (is_wanted_as_manager = 'YES') and (is_agreed_as_manager = 'YES') and (is_profile_approved IS TRUE) and ((SELECT COUNT(*) FROM client WHERE manager_pro_id = pro.id) = 0)",
  416. "o": "(is_interested_in_organizer = 'YES') and (is_wanted_as_organizer = 'YES') and (is_agreed_as_organizer = 'YES') and (is_profile_approved IS TRUE) and (organizer_pro_count = 0)"
  417. },
  418. "questions": []
  419. },
  420. {
  421. "key": "yes",
  422. "value": "{\"m\": \"(manager_client_count > 0)\", \"p\": \"(pro_contract_count > 0)\", \"o\": \"(organizer_pro_count > 0)\"}",
  423. "qm": {
  424. "all": null,
  425. "p": "(pro_contract_count > 0)",
  426. "m": "(manager_client_count > 0)",
  427. "o": "(organizer_pro_count > 0)"
  428. },
  429. "qmComplete": {
  430. "all": null,
  431. "p": "(is_interested_in_provider = 'YES') and (is_wanted_as_provider = 'YES') and (is_agreed_as_provider = 'YES') and (is_profile_approved IS TRUE) and (pro_contract_count > 0)",
  432. "m": "(is_interested_in_manager = 'YES') and (is_wanted_as_manager = 'YES') and (is_agreed_as_manager = 'YES') and (is_profile_approved IS TRUE) and (manager_client_count > 0)",
  433. "o": "(is_interested_in_organizer = 'YES') and (is_wanted_as_organizer = 'YES') and (is_agreed_as_organizer = 'YES') and (is_profile_approved IS TRUE) and (organizer_pro_count > 0)"
  434. },
  435. "questions": [
  436. {
  437. "label": ">= 5?",
  438. "answers": [
  439. {
  440. "key": "no",
  441. "value": "{\"m\": \"(manager_client_count < 5)\", \"p\": \"(pro_contract_count < 5)\", \"o\": \"(organizer_pro_count < 5)\"}",
  442. "qm": {
  443. "all": null,
  444. "p": "(pro_contract_count < 5)",
  445. "m": "(manager_client_count < 5)",
  446. "o": "(organizer_pro_count < 5)"
  447. },
  448. "qmComplete": {
  449. "all": null,
  450. "p": "(is_interested_in_provider = 'YES') and (is_wanted_as_provider = 'YES') and (is_agreed_as_provider = 'YES') and (is_profile_approved IS TRUE) and (pro_contract_count > 0) and (pro_contract_count < 5)",
  451. "m": "(is_interested_in_manager = 'YES') and (is_wanted_as_manager = 'YES') and (is_agreed_as_manager = 'YES') and (is_profile_approved IS TRUE) and (manager_client_count > 0) and (manager_client_count < 5)",
  452. "o": "(is_interested_in_organizer = 'YES') and (is_wanted_as_organizer = 'YES') and (is_agreed_as_organizer = 'YES') and (is_profile_approved IS TRUE) and (organizer_pro_count > 0) and (organizer_pro_count < 5)"
  453. },
  454. "questions": []
  455. },
  456. {
  457. "key": "yes",
  458. "value": "{\"m\": \"(manager_client_count >= 5)\", \"p\": \"(pro_contract_count >= 5)\", \"o\": \"(organizer_pro_count >= 5)\"}",
  459. "qm": {
  460. "all": null,
  461. "p": "(pro_contract_count >= 5)",
  462. "m": "(manager_client_count >= 5)",
  463. "o": "(organizer_pro_count >= 5)"
  464. },
  465. "qmComplete": {
  466. "all": null,
  467. "p": "(is_interested_in_provider = 'YES') and (is_wanted_as_provider = 'YES') and (is_agreed_as_provider = 'YES') and (is_profile_approved IS TRUE) and (pro_contract_count > 0) and (pro_contract_count >= 5)",
  468. "m": "(is_interested_in_manager = 'YES') and (is_wanted_as_manager = 'YES') and (is_agreed_as_manager = 'YES') and (is_profile_approved IS TRUE) and (manager_client_count > 0) and (manager_client_count >= 5)",
  469. "o": "(is_interested_in_organizer = 'YES') and (is_wanted_as_organizer = 'YES') and (is_agreed_as_organizer = 'YES') and (is_profile_approved IS TRUE) and (organizer_pro_count > 0) and (organizer_pro_count >= 5)"
  470. },
  471. "questions": [
  472. {
  473. "label": ">= 10?",
  474. "answers": [
  475. {
  476. "key": "no",
  477. "value": "{\"m\": \"(manager_client_count < 10)\", \"p\": \"(pro_contract_count < 10)\", \"o\": \"(organizer_pro_count < 10)\"}",
  478. "qm": {
  479. "all": null,
  480. "p": "(pro_contract_count < 10)",
  481. "m": "(manager_client_count < 10)",
  482. "o": "(organizer_pro_count < 10)"
  483. },
  484. "qmComplete": {
  485. "all": null,
  486. "p": "(is_interested_in_provider = 'YES') and (is_wanted_as_provider = 'YES') and (is_agreed_as_provider = 'YES') and (is_profile_approved IS TRUE) and (pro_contract_count > 0) and (pro_contract_count >= 5) and (pro_contract_count < 10)",
  487. "m": "(is_interested_in_manager = 'YES') and (is_wanted_as_manager = 'YES') and (is_agreed_as_manager = 'YES') and (is_profile_approved IS TRUE) and (manager_client_count > 0) and (manager_client_count >= 5) and (manager_client_count < 10)",
  488. "o": "(is_interested_in_organizer = 'YES') and (is_wanted_as_organizer = 'YES') and (is_agreed_as_organizer = 'YES') and (is_profile_approved IS TRUE) and (organizer_pro_count > 0) and (organizer_pro_count >= 5) and (organizer_pro_count < 10)"
  489. },
  490. "questions": []
  491. },
  492. {
  493. "key": "yes",
  494. "value": "{\"m\": \"(manager_client_count >= 10)\", \"p\": \"(pro_contract_count >= 10)\", \"o\": \"(organizer_pro_count >= 10)\"}",
  495. "qm": {
  496. "all": null,
  497. "p": "(pro_contract_count >= 10)",
  498. "m": "(manager_client_count >= 10)",
  499. "o": "(organizer_pro_count >= 10)"
  500. },
  501. "qmComplete": {
  502. "all": null,
  503. "p": "(is_interested_in_provider = 'YES') and (is_wanted_as_provider = 'YES') and (is_agreed_as_provider = 'YES') and (is_profile_approved IS TRUE) and (pro_contract_count > 0) and (pro_contract_count >= 5) and (pro_contract_count >= 10)",
  504. "m": "(is_interested_in_manager = 'YES') and (is_wanted_as_manager = 'YES') and (is_agreed_as_manager = 'YES') and (is_profile_approved IS TRUE) and (manager_client_count > 0) and (manager_client_count >= 5) and (manager_client_count >= 10)",
  505. "o": "(is_interested_in_organizer = 'YES') and (is_wanted_as_organizer = 'YES') and (is_agreed_as_organizer = 'YES') and (is_profile_approved IS TRUE) and (organizer_pro_count > 0) and (organizer_pro_count >= 5) and (organizer_pro_count >= 10)"
  506. },
  507. "questions": []
  508. }
  509. ]
  510. }
  511. ]
  512. }
  513. ]
  514. },
  515. {
  516. "label": "EARNED?",
  517. "answers": [
  518. {
  519. "key": "no",
  520. "value": "{\"all\": \"(lifetime_earnings = 0)\"}",
  521. "qm": {
  522. "all": "(lifetime_earnings = 0)",
  523. "p": null,
  524. "m": null,
  525. "o": null
  526. },
  527. "qmComplete": {
  528. "all": null,
  529. "p": "(is_interested_in_provider = 'YES') and (is_wanted_as_provider = 'YES') and (is_agreed_as_provider = 'YES') and (is_profile_approved IS TRUE) and (pro_contract_count > 0) and (lifetime_earnings = 0)",
  530. "m": "(is_interested_in_manager = 'YES') and (is_wanted_as_manager = 'YES') and (is_agreed_as_manager = 'YES') and (is_profile_approved IS TRUE) and (manager_client_count > 0) and (lifetime_earnings = 0)",
  531. "o": "(is_interested_in_organizer = 'YES') and (is_wanted_as_organizer = 'YES') and (is_agreed_as_organizer = 'YES') and (is_profile_approved IS TRUE) and (organizer_pro_count > 0) and (lifetime_earnings = 0)"
  532. },
  533. "questions": []
  534. },
  535. {
  536. "key": "yes",
  537. "value": "{\"all\": \"(lifetime_earnings > 0)\"}",
  538. "qm": {
  539. "all": "(lifetime_earnings > 0)",
  540. "p": null,
  541. "m": null,
  542. "o": null
  543. },
  544. "qmComplete": {
  545. "all": null,
  546. "p": "(is_interested_in_provider = 'YES') and (is_wanted_as_provider = 'YES') and (is_agreed_as_provider = 'YES') and (is_profile_approved IS TRUE) and (pro_contract_count > 0) and (lifetime_earnings > 0)",
  547. "m": "(is_interested_in_manager = 'YES') and (is_wanted_as_manager = 'YES') and (is_agreed_as_manager = 'YES') and (is_profile_approved IS TRUE) and (manager_client_count > 0) and (lifetime_earnings > 0)",
  548. "o": "(is_interested_in_organizer = 'YES') and (is_wanted_as_organizer = 'YES') and (is_agreed_as_organizer = 'YES') and (is_profile_approved IS TRUE) and (organizer_pro_count > 0) and (lifetime_earnings > 0)"
  549. },
  550. "questions": [
  551. {
  552. "label": "EANRNED > $100?",
  553. "answers": [
  554. {
  555. "key": "no",
  556. "value": "{\"all\": \"(lifetime_earnings < 100)\"}",
  557. "qm": {
  558. "all": "(lifetime_earnings < 100)",
  559. "p": null,
  560. "m": null,
  561. "o": null
  562. },
  563. "qmComplete": {
  564. "all": null,
  565. "p": "(is_interested_in_provider = 'YES') and (is_wanted_as_provider = 'YES') and (is_agreed_as_provider = 'YES') and (is_profile_approved IS TRUE) and (pro_contract_count > 0) and (lifetime_earnings > 0) and (lifetime_earnings < 100)",
  566. "m": "(is_interested_in_manager = 'YES') and (is_wanted_as_manager = 'YES') and (is_agreed_as_manager = 'YES') and (is_profile_approved IS TRUE) and (manager_client_count > 0) and (lifetime_earnings > 0) and (lifetime_earnings < 100)",
  567. "o": "(is_interested_in_organizer = 'YES') and (is_wanted_as_organizer = 'YES') and (is_agreed_as_organizer = 'YES') and (is_profile_approved IS TRUE) and (organizer_pro_count > 0) and (lifetime_earnings > 0) and (lifetime_earnings < 100)"
  568. },
  569. "questions": []
  570. },
  571. {
  572. "key": "yes",
  573. "value": "{\"all\": \"(lifetime_earnings >= 100)\"}",
  574. "qm": {
  575. "all": "(lifetime_earnings >= 100)",
  576. "p": null,
  577. "m": null,
  578. "o": null
  579. },
  580. "qmComplete": {
  581. "all": null,
  582. "p": "(is_interested_in_provider = 'YES') and (is_wanted_as_provider = 'YES') and (is_agreed_as_provider = 'YES') and (is_profile_approved IS TRUE) and (pro_contract_count > 0) and (lifetime_earnings > 0) and (lifetime_earnings >= 100)",
  583. "m": "(is_interested_in_manager = 'YES') and (is_wanted_as_manager = 'YES') and (is_agreed_as_manager = 'YES') and (is_profile_approved IS TRUE) and (manager_client_count > 0) and (lifetime_earnings > 0) and (lifetime_earnings >= 100)",
  584. "o": "(is_interested_in_organizer = 'YES') and (is_wanted_as_organizer = 'YES') and (is_agreed_as_organizer = 'YES') and (is_profile_approved IS TRUE) and (organizer_pro_count > 0) and (lifetime_earnings > 0) and (lifetime_earnings >= 100)"
  585. },
  586. "questions": [
  587. {
  588. "label": "EARNED > $500?",
  589. "answers": [
  590. {
  591. "key": "no",
  592. "value": "{\"all\": \"(lifetime_earnings < 500)\"}",
  593. "qm": {
  594. "all": "(lifetime_earnings < 500)",
  595. "p": null,
  596. "m": null,
  597. "o": null
  598. },
  599. "qmComplete": {
  600. "all": null,
  601. "p": "(is_interested_in_provider = 'YES') and (is_wanted_as_provider = 'YES') and (is_agreed_as_provider = 'YES') and (is_profile_approved IS TRUE) and (pro_contract_count > 0) and (lifetime_earnings > 0) and (lifetime_earnings >= 100) and (lifetime_earnings < 500)",
  602. "m": "(is_interested_in_manager = 'YES') and (is_wanted_as_manager = 'YES') and (is_agreed_as_manager = 'YES') and (is_profile_approved IS TRUE) and (manager_client_count > 0) and (lifetime_earnings > 0) and (lifetime_earnings >= 100) and (lifetime_earnings < 500)",
  603. "o": "(is_interested_in_organizer = 'YES') and (is_wanted_as_organizer = 'YES') and (is_agreed_as_organizer = 'YES') and (is_profile_approved IS TRUE) and (organizer_pro_count > 0) and (lifetime_earnings > 0) and (lifetime_earnings >= 100) and (lifetime_earnings < 500)"
  604. },
  605. "questions": []
  606. },
  607. {
  608. "key": "yes",
  609. "value": "{\"all\": \"(lifetime_earnings >= 500)\"}",
  610. "qm": {
  611. "all": "(lifetime_earnings >= 500)",
  612. "p": null,
  613. "m": null,
  614. "o": null
  615. },
  616. "qmComplete": {
  617. "all": null,
  618. "p": "(is_interested_in_provider = 'YES') and (is_wanted_as_provider = 'YES') and (is_agreed_as_provider = 'YES') and (is_profile_approved IS TRUE) and (pro_contract_count > 0) and (lifetime_earnings > 0) and (lifetime_earnings >= 100) and (lifetime_earnings >= 500)",
  619. "m": "(is_interested_in_manager = 'YES') and (is_wanted_as_manager = 'YES') and (is_agreed_as_manager = 'YES') and (is_profile_approved IS TRUE) and (manager_client_count > 0) and (lifetime_earnings > 0) and (lifetime_earnings >= 100) and (lifetime_earnings >= 500)",
  620. "o": "(is_interested_in_organizer = 'YES') and (is_wanted_as_organizer = 'YES') and (is_agreed_as_organizer = 'YES') and (is_profile_approved IS TRUE) and (organizer_pro_count > 0) and (lifetime_earnings > 0) and (lifetime_earnings >= 100) and (lifetime_earnings >= 500)"
  621. },
  622. "questions": [
  623. {
  624. "label": "EARNED > $500 in LAST 30 DAYS?",
  625. "answers": [
  626. {
  627. "key": "no",
  628. "value": "{\"all\": \"(earnings_last_30_days < 500)\"}",
  629. "qm": {
  630. "all": "(earnings_last_30_days < 500)",
  631. "p": null,
  632. "m": null,
  633. "o": null
  634. },
  635. "qmComplete": {
  636. "all": null,
  637. "p": "(is_interested_in_provider = 'YES') and (is_wanted_as_provider = 'YES') and (is_agreed_as_provider = 'YES') and (is_profile_approved IS TRUE) and (pro_contract_count > 0) and (lifetime_earnings > 0) and (lifetime_earnings >= 100) and (lifetime_earnings >= 500) and (earnings_last_30_days < 500)",
  638. "m": "(is_interested_in_manager = 'YES') and (is_wanted_as_manager = 'YES') and (is_agreed_as_manager = 'YES') and (is_profile_approved IS TRUE) and (manager_client_count > 0) and (lifetime_earnings > 0) and (lifetime_earnings >= 100) and (lifetime_earnings >= 500) and (earnings_last_30_days < 500)",
  639. "o": "(is_interested_in_organizer = 'YES') and (is_wanted_as_organizer = 'YES') and (is_agreed_as_organizer = 'YES') and (is_profile_approved IS TRUE) and (organizer_pro_count > 0) and (lifetime_earnings > 0) and (lifetime_earnings >= 100) and (lifetime_earnings >= 500) and (earnings_last_30_days < 500)"
  640. },
  641. "questions": []
  642. },
  643. {
  644. "key": "yes",
  645. "value": "{\"all\": \"(earnings_last_30_days >= 500)\"}",
  646. "qm": {
  647. "all": "(earnings_last_30_days >= 500)",
  648. "p": null,
  649. "m": null,
  650. "o": null
  651. },
  652. "qmComplete": {
  653. "all": null,
  654. "p": "(is_interested_in_provider = 'YES') and (is_wanted_as_provider = 'YES') and (is_agreed_as_provider = 'YES') and (is_profile_approved IS TRUE) and (pro_contract_count > 0) and (lifetime_earnings > 0) and (lifetime_earnings >= 100) and (lifetime_earnings >= 500) and (earnings_last_30_days >= 500)",
  655. "m": "(is_interested_in_manager = 'YES') and (is_wanted_as_manager = 'YES') and (is_agreed_as_manager = 'YES') and (is_profile_approved IS TRUE) and (manager_client_count > 0) and (lifetime_earnings > 0) and (lifetime_earnings >= 100) and (lifetime_earnings >= 500) and (earnings_last_30_days >= 500)",
  656. "o": "(is_interested_in_organizer = 'YES') and (is_wanted_as_organizer = 'YES') and (is_agreed_as_organizer = 'YES') and (is_profile_approved IS TRUE) and (organizer_pro_count > 0) and (lifetime_earnings > 0) and (lifetime_earnings >= 100) and (lifetime_earnings >= 500) and (earnings_last_30_days >= 500)"
  657. },
  658. "questions": [
  659. {
  660. "label": "EARNED > $1000 in LAST 30 DAYS?",
  661. "answers": [
  662. {
  663. "key": "no",
  664. "value": "{\"all\": \"(earnings_last_30_days < 1000)\"}",
  665. "qm": {
  666. "all": "(earnings_last_30_days < 1000)",
  667. "p": null,
  668. "m": null,
  669. "o": null
  670. },
  671. "qmComplete": {
  672. "all": null,
  673. "p": "(is_interested_in_provider = 'YES') and (is_wanted_as_provider = 'YES') and (is_agreed_as_provider = 'YES') and (is_profile_approved IS TRUE) and (pro_contract_count > 0) and (lifetime_earnings > 0) and (lifetime_earnings >= 100) and (lifetime_earnings >= 500) and (earnings_last_30_days >= 500) and (earnings_last_30_days < 1000)",
  674. "m": "(is_interested_in_manager = 'YES') and (is_wanted_as_manager = 'YES') and (is_agreed_as_manager = 'YES') and (is_profile_approved IS TRUE) and (manager_client_count > 0) and (lifetime_earnings > 0) and (lifetime_earnings >= 100) and (lifetime_earnings >= 500) and (earnings_last_30_days >= 500) and (earnings_last_30_days < 1000)",
  675. "o": "(is_interested_in_organizer = 'YES') and (is_wanted_as_organizer = 'YES') and (is_agreed_as_organizer = 'YES') and (is_profile_approved IS TRUE) and (organizer_pro_count > 0) and (lifetime_earnings > 0) and (lifetime_earnings >= 100) and (lifetime_earnings >= 500) and (earnings_last_30_days >= 500) and (earnings_last_30_days < 1000)"
  676. },
  677. "questions": []
  678. },
  679. {
  680. "key": "yes",
  681. "value": "{\"all\": \"(earnings_last_30_days >= 1000)\"}",
  682. "qm": {
  683. "all": "(earnings_last_30_days >= 1000)",
  684. "p": null,
  685. "m": null,
  686. "o": null
  687. },
  688. "qmComplete": {
  689. "all": null,
  690. "p": "(is_interested_in_provider = 'YES') and (is_wanted_as_provider = 'YES') and (is_agreed_as_provider = 'YES') and (is_profile_approved IS TRUE) and (pro_contract_count > 0) and (lifetime_earnings > 0) and (lifetime_earnings >= 100) and (lifetime_earnings >= 500) and (earnings_last_30_days >= 500) and (earnings_last_30_days >= 1000)",
  691. "m": "(is_interested_in_manager = 'YES') and (is_wanted_as_manager = 'YES') and (is_agreed_as_manager = 'YES') and (is_profile_approved IS TRUE) and (manager_client_count > 0) and (lifetime_earnings > 0) and (lifetime_earnings >= 100) and (lifetime_earnings >= 500) and (earnings_last_30_days >= 500) and (earnings_last_30_days >= 1000)",
  692. "o": "(is_interested_in_organizer = 'YES') and (is_wanted_as_organizer = 'YES') and (is_agreed_as_organizer = 'YES') and (is_profile_approved IS TRUE) and (organizer_pro_count > 0) and (lifetime_earnings > 0) and (lifetime_earnings >= 100) and (lifetime_earnings >= 500) and (earnings_last_30_days >= 500) and (earnings_last_30_days >= 1000)"
  693. },
  694. "questions": []
  695. }
  696. ]
  697. }
  698. ]
  699. }
  700. ]
  701. },
  702. {
  703. "label": "EARNED > $1000?",
  704. "answers": [
  705. {
  706. "key": "no",
  707. "value": "{\"all\": \"(lifetime_earnings < 1000)\"}",
  708. "qm": {
  709. "all": "(lifetime_earnings < 1000)",
  710. "p": null,
  711. "m": null,
  712. "o": null
  713. },
  714. "qmComplete": {
  715. "all": null,
  716. "p": "(is_interested_in_provider = 'YES') and (is_wanted_as_provider = 'YES') and (is_agreed_as_provider = 'YES') and (is_profile_approved IS TRUE) and (pro_contract_count > 0) and (lifetime_earnings > 0) and (lifetime_earnings >= 100) and (lifetime_earnings >= 500) and (lifetime_earnings < 1000)",
  717. "m": "(is_interested_in_manager = 'YES') and (is_wanted_as_manager = 'YES') and (is_agreed_as_manager = 'YES') and (is_profile_approved IS TRUE) and (manager_client_count > 0) and (lifetime_earnings > 0) and (lifetime_earnings >= 100) and (lifetime_earnings >= 500) and (lifetime_earnings < 1000)",
  718. "o": "(is_interested_in_organizer = 'YES') and (is_wanted_as_organizer = 'YES') and (is_agreed_as_organizer = 'YES') and (is_profile_approved IS TRUE) and (organizer_pro_count > 0) and (lifetime_earnings > 0) and (lifetime_earnings >= 100) and (lifetime_earnings >= 500) and (lifetime_earnings < 1000)"
  719. },
  720. "questions": []
  721. },
  722. {
  723. "key": "yes",
  724. "value": "{\"all\": \"(lifetime_earnings >= 1000)\"}",
  725. "qm": {
  726. "all": "(lifetime_earnings >= 1000)",
  727. "p": null,
  728. "m": null,
  729. "o": null
  730. },
  731. "qmComplete": {
  732. "all": null,
  733. "p": "(is_interested_in_provider = 'YES') and (is_wanted_as_provider = 'YES') and (is_agreed_as_provider = 'YES') and (is_profile_approved IS TRUE) and (pro_contract_count > 0) and (lifetime_earnings > 0) and (lifetime_earnings >= 100) and (lifetime_earnings >= 500) and (lifetime_earnings >= 1000)",
  734. "m": "(is_interested_in_manager = 'YES') and (is_wanted_as_manager = 'YES') and (is_agreed_as_manager = 'YES') and (is_profile_approved IS TRUE) and (manager_client_count > 0) and (lifetime_earnings > 0) and (lifetime_earnings >= 100) and (lifetime_earnings >= 500) and (lifetime_earnings >= 1000)",
  735. "o": "(is_interested_in_organizer = 'YES') and (is_wanted_as_organizer = 'YES') and (is_agreed_as_organizer = 'YES') and (is_profile_approved IS TRUE) and (organizer_pro_count > 0) and (lifetime_earnings > 0) and (lifetime_earnings >= 100) and (lifetime_earnings >= 500) and (lifetime_earnings >= 1000)"
  736. },
  737. "questions": []
  738. }
  739. ]
  740. }
  741. ]
  742. }
  743. ]
  744. }
  745. ]
  746. }
  747. ]
  748. }
  749. ]
  750. }
  751. ]
  752. }
  753. ]
  754. }
  755. ]
  756. }
  757. ]
  758. }
  759. ]
  760. }
  761. ]
  762. }
  763. ]
  764. }
  765. ]
  766. }
  767. ]
  768. }
  769. ]
  770. }
  771. ]
  772. }
  773. ]