Guest User

Untitled

a guest
Jul 2nd, 2025
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 43.72 KB | None | 0 0
  1. {
  2. "nodes": [
  3. {
  4. "parameters": {
  5. "httpMethod": "POST",
  6. "path": "5103d31b-a011-4e15-b2fe-e9d5b9bcf5f9",
  7. "options": {}
  8. },
  9. "type": "n8n-nodes-base.webhook",
  10. "typeVersion": 2,
  11. "position": [
  12. -100,
  13. -640
  14. ],
  15. "id": "d93821df-15c4-4a87-90fd-ab1ded1a2249",
  16. "name": "Webhook",
  17. "webhookId": "5103d31b-a011-4e15-b2fe-e9d5b9bcf5f9"
  18. },
  19. {
  20. "parameters": {
  21. "jsCode": "const json = $input.all()[0].json\nconst data = json.body.data;\n\nconst finalData = [];\n\nfor (const item of data.fields) {\n if (item.key === 'question_W2eB2v') {\n delete item.options\n }\n if (!item.key.startsWith('question_W2eB2v_')) {\n finalData.push(item)\n }\n}\n\nreturn {\n createdAt: data.createdAt,\n fields: finalData\n}"
  22. },
  23. "type": "n8n-nodes-base.code",
  24. "typeVersion": 2,
  25. "position": [
  26. 120,
  27. -640
  28. ],
  29. "id": "af8bc19f-bcad-4a5b-896a-1e3da2ef71c5",
  30. "name": "Code"
  31. },
  32. {
  33. "parameters": {
  34. "operation": "append",
  35. "documentId": {
  36. "__rl": true,
  37. "value": "1D4tsUO0vlSv7AkDIrOh7nmJ1abqJ51MLjAWqzqZulWI",
  38. "mode": "list",
  39. "cachedResultName": "Main Responses",
  40. "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1D4tsUO0vlSv7AkDIrOh7nmJ1abqJ51MLjAWqzqZulWI/edit?usp=drivesdk"
  41. },
  42. "sheetName": {
  43. "__rl": true,
  44. "value": "gid=0",
  45. "mode": "list",
  46. "cachedResultName": "Sheet1",
  47. "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1D4tsUO0vlSv7AkDIrOh7nmJ1abqJ51MLjAWqzqZulWI/edit#gid=0"
  48. },
  49. "columns": {
  50. "mappingMode": "defineBelow",
  51. "value": {
  52. "Registered At": "={{ $json.createdAt }}",
  53. "School Name": "={{ $json.fields[0].value }}",
  54. "Contact Email": "={{ $json.fields[1].value }}",
  55. "Coordinator Name": "={{ $json.fields[2].value }}",
  56. "Contact Number": "={{ $json.fields[3].value }}"
  57. },
  58. "matchingColumns": [],
  59. "schema": [
  60. {
  61. "id": "S.No",
  62. "displayName": "S.No",
  63. "required": false,
  64. "defaultMatch": false,
  65. "display": true,
  66. "type": "string",
  67. "canBeUsedToMatch": true
  68. },
  69. {
  70. "id": "Registered At",
  71. "displayName": "Registered At",
  72. "required": false,
  73. "defaultMatch": false,
  74. "display": true,
  75. "type": "string",
  76. "canBeUsedToMatch": true
  77. },
  78. {
  79. "id": "School Name",
  80. "displayName": "School Name",
  81. "required": false,
  82. "defaultMatch": false,
  83. "display": true,
  84. "type": "string",
  85. "canBeUsedToMatch": true
  86. },
  87. {
  88. "id": "Contact Email",
  89. "displayName": "Contact Email",
  90. "required": false,
  91. "defaultMatch": false,
  92. "display": true,
  93. "type": "string",
  94. "canBeUsedToMatch": true
  95. },
  96. {
  97. "id": "Coordinator Name",
  98. "displayName": "Coordinator Name",
  99. "required": false,
  100. "defaultMatch": false,
  101. "display": true,
  102. "type": "string",
  103. "canBeUsedToMatch": true
  104. },
  105. {
  106. "id": "Contact Number",
  107. "displayName": "Contact Number",
  108. "required": false,
  109. "defaultMatch": false,
  110. "display": true,
  111. "type": "string",
  112. "canBeUsedToMatch": true
  113. }
  114. ],
  115. "attemptToConvertTypes": false,
  116. "convertFieldsToString": false
  117. },
  118. "options": {
  119. "useAppend": true
  120. }
  121. },
  122. "type": "n8n-nodes-base.googleSheets",
  123. "typeVersion": 4.6,
  124. "position": [
  125. 340,
  126. -540
  127. ],
  128. "id": "ba4d5f98-aad6-4202-88f0-3accd7046bc9",
  129. "name": "Append row in sheet",
  130. "credentials": {
  131. "googleSheetsOAuth2Api": {
  132. "id": "50XHiHrxIenHBNMn",
  133. "name": "Google Sheets account"
  134. }
  135. }
  136. },
  137. {
  138. "parameters": {
  139. "jsCode": "const data = $input.all()[0].json\n\nconst usedIds = [\n 'question_qLYML9',\n 'question_Q1xW1G',\n 'question_9B6yBV',\n 'question_eMNlMk'\n]\n\nconst finalFields = data.fields.filter(f => !usedIds.includes(f.key))\n\nconst eventIds = [\n {\n \"id\": \"f8fc81c9-ae64-4113-ac31-075e426fe074\",\n \"event\": \"AestheticX\"\n },\n {\n \"id\": \"e10010f9-78bf-4e12-bb2a-d8fbfaffcc9d\",\n \"event\": \"click *noice*\"\n },\n {\n \"id\": \"cde6f483-09bd-456e-a8f2-d482173e05d4\",\n \"event\": \"Cliptica\"\n },\n {\n \"id\": \"d214582f-506c-4052-9a35-a04a5c59ef4b\",\n \"event\": \"Council8\"\n },\n {\n \"id\": \"6c93b0b8-4154-49bc-8cb2-39ffa9133b8d\",\n \"event\": \"CryptX\"\n },\n {\n \"id\": \"67ac9b85-c282-4bdd-ad51-75ee2ade40c8\",\n \"event\": \"Crossword\"\n },\n {\n \"id\": \"408c11f4-2b90-4151-a12a-1900c1ce9e38\",\n \"event\": \"LumoLuxe\"\n },\n {\n \"id\": \"10fa0ec1-751b-4484-ad94-daa12613fc09\",\n \"event\": \"Joy-n-Stick\"\n },\n {\n \"id\": \"065db065-f844-4af7-9fde-d27b7dbee1f4\",\n \"event\": \"QuestSphere\"\n },\n {\n \"id\": \"c06007f8-3c06-4618-8bdc-4761efcaeed6\",\n \"event\": \"OverThink\"\n },\n {\n \"id\": \"dbb69e31-7598-4f12-90a5-d929975779f3\",\n \"event\": \"Outcode\"\n },\n {\n \"id\": \"79b8d947-9639-45ce-a1df-d9f6791bf96f\",\n \"event\": \"PixelPop\"\n },\n {\n \"id\": \"5b10933f-e7d1-4c49-8828-4477d85593ab\",\n \"event\": \"Pitch-a-Thon\"\n },\n {\n \"id\": \"7dd6a2cc-36ff-44f4-96cc-fb0b79509f2e\",\n \"event\": \"RoboSoccer\"\n },\n {\n \"id\": \"26f07c0b-eb9d-4a05-bcd9-48422d9b6dbb\",\n \"event\": \"RoboWars\"\n },\n {\n \"id\": \"1fed99b6-73c7-405d-bdeb-4e340af82fbc\",\n \"event\": \"SnapSlide\"\n },\n {\n \"id\": \"9f1d932c-63e2-43cf-958c-70d67d231eb8\",\n \"event\": \"ShootIt\"\n },\n {\n \"id\": \"d2f76452-9a90-4f37-818c-2b9737883025\",\n \"event\": \"Surprise\"\n },\n {\n \"id\": \"f0d405f3-d972-42d5-8d55-4467102536dd\",\n \"event\": \"WebD\"\n }\n]\n\nconst eventSchema = {\n \"AestheticX\": {\n participants: [\n { name: \"question_lBYRGp\", class: \"question_RxbLNp\", },\n { name: \"question_G6q0G2\", class: \"question_Oab02p\", }\n ]\n },\n \"click *noice*\": {\n participants: [\n { name: \"question_Ppb070\", class: \"question_EKZ02L\", },\n { name: \"question_4Q9jMo\", class: \"question_jZJxj9\", }\n ]\n },\n \"Cliptica\": {\n participants: [\n { name: \"question_vDqleA\", class: \"question_Kx895M\", }\n ]\n },\n \"Council8\": {\n participants: [\n { name: \"question_xrRZA9\", class: \"question_Z81JMv\", },\n { name: \"question_qLJP9k\", class: \"question_Q1z0bk\", }\n ]\n },\n \"CryptX\": {\n participants: [\n { name: \"question_eM0EVo\", class: \"question_kGKepd\", },\n { name: \"question_6LWxg5\", class: \"question_bqYOoE\", }\n ]\n },\n \"Crossword\": {\n participants: [\n { name: \"question_a9jg9b\", class: \"question_6L1yeJ\", },\n { name: \"question_bq2y9Z\", class: \"question_Az6GKz\", }\n ]\n },\n \"Joy-n-Stick\": {\n participants: [\n { name: \"question_Az48EN\", class: \"question_BajBrY\", },\n { name: \"question_vMJ2l8\", class: \"question_KzW09K\", }\n ]\n },\n \"QuestSphere\": {\n participants: [\n { name: \"question_prJVQE\", class: \"question_1XNELL\", },\n { name: \"question_Jqe0Q7\", class: \"question_gaJ4EK\", }\n ]\n },\n \"LumoLuxe\": {\n participants: [\n { name: \"question_rO2vp2\", class: \"question_vDEepX\" },\n { name: \"question_joGvpJ\", class: \"question_Kxv5gz\" }\n ]\n },\n \"Outcode\": {\n participants: [\n { name: \"question_XL8qpV\", class: \"question_8q6e9o\", },\n { name: \"question_zjGeVE\", class: \"question_5be2Nb\", },\n { name: \"question_YPJd20\", class: \"question_DBxeLp\", },\n { name: \"question_RxbLOP\", class: \"question_oE5OJM\", }\n ]\n },\n \"OverThink\": {\n participants: [\n { name: \"question_Oab0RA\", class: \"question_VGb8rl\", },\n { name: \"question_EKZ0pL\", class: \"question_r5JEXL\", }\n ]\n },\n \"Pitch-a-Thon\": {\n participants: [\n { name: \"question_jZJxK9\", class: \"question_2Xlr2b\" },\n { name: \"question_Z81Jxv\", class: \"question_Nrb0zb\" },\n { name: \"question_Q1z0Gk\", class: \"question_9BRle4\" },\n { name: 'question_9ZpZ51', class: 'question_erKrPE' },\n { name: 'question_WRDRdP', class: 'question_a4K4oE' }\n ]\n },\n \"PixelPop\": {\n participants: [\n { name: \"question_xD9vov\", class: \"question_ZOPDge\" },\n { name: \"question_NX8dgO\", class: \"question_qGjvpg\" }\n ]\n },\n \"RoboSoccer\": {\n participants: [\n { name: \"question_W2K04Q\", class: \"question_a9AGWy\", },\n { name: \"question_7qaZQz\", class: \"question_bqYOaE\", }\n ]\n },\n \"RoboWars\": {\n participants: [\n { name: \"question_BajBvY\", class: \"question_klJZLj\",},\n { name: \"question_KzW0XK\", class: \"question_L9a082\",}\n ]\n },\n \"ShootIt\": {\n participants: [\n { name: \"question_1XNEjL\", class: \"question_MX6500\", },\n { name: \"question_gaJ4BK\", class: \"question_yMoDOW\", },\n { name: \"question_8q6eOo\", class: \"question_0dZPXQ\", },\n ]\n },\n \"SnapSlide\": {\n participants: [\n { name: \"question_QR8kXX\", class: \"question_9Z2Ma5\" },\n { name: \"question_er9vpl\", class: \"question_WRl1gk\" }\n ]\n },\n \"Surprise\": {\n participants: [\n { name: \"question_oE5OWM\", class: \"question_G6q0Wz\", },\n { name: \"question_VGb8gl\", class: \"question_Ppb0K0\", }\n ]\n },\n \"WebD\": {\n participants: [\n { name: \"question_Jl8QpJ\", class: \"question_gqWEdN\",},\n { name: \"question_XoOpJO\", class: \"question_8LjXaA\",}\n ]\n }\n};\n\nconst selectedEventIds = finalFields[0].value;\n\nconst correspondingParts = selectedEventIds.map((id) => {\n const eventName = eventIds.find(event => event.id === id)?.event;\n const schema = eventSchema[eventName];\n\n if (!schema) throw new Error(`Event schema not found for event: ${eventName}`);\n\n const participants = schema.participants.map(fieldMap => {\n const findVal = qid => {\n const f = finalFields.find(f => f.key === qid)\n if (!f) throw new Error(`Missing field for question ${qid}`)\n return f.value\n }\n\n return {\n name: findVal(fieldMap.name),\n class: findVal(fieldMap.class)\n }\n })\n\n const school = data.fields.find(m => m.key === 'question_qLYML9')?.value;\n \n return { key: id, school, eventName, participants }\n})\n\nreturn {data: correspondingParts};"
  140. },
  141. "type": "n8n-nodes-base.code",
  142. "typeVersion": 2,
  143. "position": [
  144. 340,
  145. -740
  146. ],
  147. "id": "0764af4f-a4ef-458b-b686-14a4454f5c42",
  148. "name": "Remove Used Data"
  149. },
  150. {
  151. "parameters": {
  152. "fieldToSplitOut": "data",
  153. "options": {}
  154. },
  155. "type": "n8n-nodes-base.splitOut",
  156. "typeVersion": 1,
  157. "position": [
  158. 560,
  159. -740
  160. ],
  161. "id": "f748c334-ab54-4f94-b558-c541a279b5ab",
  162. "name": "Split Out"
  163. },
  164. {
  165. "parameters": {
  166. "options": {}
  167. },
  168. "type": "n8n-nodes-base.splitInBatches",
  169. "typeVersion": 3,
  170. "position": [
  171. 780,
  172. -740
  173. ],
  174. "id": "3833042c-a808-45f0-b5a1-f3a175e7e92d",
  175. "name": "Loop Over Items"
  176. },
  177. {
  178. "parameters": {
  179. "operation": "append",
  180. "documentId": {
  181. "__rl": true,
  182. "value": "1g_uOAIHk4SS4i9NcRKgDocxIqg8T5VnY4XqKca0D3xo",
  183. "mode": "list",
  184. "cachedResultName": "Event-wise Responses",
  185. "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1g_uOAIHk4SS4i9NcRKgDocxIqg8T5VnY4XqKca0D3xo/edit?usp=drivesdk"
  186. },
  187. "sheetName": {
  188. "__rl": true,
  189. "value": "={{ $json.eventName }}",
  190. "mode": "name"
  191. },
  192. "columns": {
  193. "mappingMode": "defineBelow",
  194. "value": {
  195. "School": "={{ $json.school }}",
  196. "Participants": "={{ $json.participants[0].name }}"
  197. },
  198. "matchingColumns": [],
  199. "schema": [
  200. {
  201. "id": "S.No",
  202. "displayName": "S.No",
  203. "required": false,
  204. "defaultMatch": false,
  205. "display": true,
  206. "type": "string",
  207. "canBeUsedToMatch": true
  208. },
  209. {
  210. "id": "School",
  211. "displayName": "School",
  212. "required": false,
  213. "defaultMatch": false,
  214. "display": true,
  215. "type": "string",
  216. "canBeUsedToMatch": true
  217. },
  218. {
  219. "id": "Participants",
  220. "displayName": "Participants",
  221. "required": false,
  222. "defaultMatch": false,
  223. "display": true,
  224. "type": "string",
  225. "canBeUsedToMatch": true
  226. }
  227. ],
  228. "attemptToConvertTypes": false,
  229. "convertFieldsToString": false
  230. },
  231. "options": {}
  232. },
  233. "type": "n8n-nodes-base.googleSheets",
  234. "typeVersion": 4.6,
  235. "position": [
  236. 1040,
  237. -740
  238. ],
  239. "id": "22efb12d-0a55-4c30-9796-029477048cc5",
  240. "name": "Update Sheet",
  241. "credentials": {
  242. "googleSheetsOAuth2Api": {
  243. "id": "50XHiHrxIenHBNMn",
  244. "name": "Google Sheets account"
  245. }
  246. }
  247. }
  248. ],
  249. "connections": {
  250. "Webhook": {
  251. "main": [
  252. [
  253. {
  254. "node": "Code",
  255. "type": "main",
  256. "index": 0
  257. }
  258. ]
  259. ]
  260. },
  261. "Code": {
  262. "main": [
  263. [
  264. {
  265. "node": "Append row in sheet",
  266. "type": "main",
  267. "index": 0
  268. },
  269. {
  270. "node": "Remove Used Data",
  271. "type": "main",
  272. "index": 0
  273. }
  274. ]
  275. ]
  276. },
  277. "Append row in sheet": {
  278. "main": [
  279. []
  280. ]
  281. },
  282. "Remove Used Data": {
  283. "main": [
  284. [
  285. {
  286. "node": "Split Out",
  287. "type": "main",
  288. "index": 0
  289. }
  290. ]
  291. ]
  292. },
  293. "Split Out": {
  294. "main": [
  295. [
  296. {
  297. "node": "Loop Over Items",
  298. "type": "main",
  299. "index": 0
  300. }
  301. ]
  302. ]
  303. },
  304. "Loop Over Items": {
  305. "main": [
  306. [],
  307. [
  308. {
  309. "node": "Update Sheet",
  310. "type": "main",
  311. "index": 0
  312. }
  313. ]
  314. ]
  315. },
  316. "Update Sheet": {
  317. "main": [
  318. []
  319. ]
  320. }
  321. },
  322. "pinData": {
  323. "Webhook": [
  324. {
  325. "headers": {
  326. "host": "n8n-redacted.com",
  327. "content-length": "21896",
  328. "accept": "*/*",
  329. "accept-encoding": "gzip, deflate, br",
  330. "cache-control": "no-cache",
  331. "content-type": "application/json"
  332. },
  333. "params": {},
  334. "query": {},
  335. "body": {
  336. "eventId": "9fbfe023-a3e6-4ef0-9017-065ce9c0d659",
  337. "eventType": "FORM_RESPONSE",
  338. "createdAt": "2025-07-02T12:03:17.420Z",
  339. "data": {
  340. "responseId": "jaBjXDJ",
  341. "submissionId": "jaBjXDJ",
  342. "respondentId": "xqWPW9",
  343. "formId": "w88gAP",
  344. "formName": "Event Registration",
  345. "createdAt": "2025-07-02T12:03:17.000Z",
  346. "fields": [
  347. {
  348. "key": "question_qLYML9",
  349. "label": "School Name (with address)",
  350. "type": "TEXTAREA",
  351. "value": "school_name"
  352. },
  353. {
  354. "key": "question_Q1xW1G",
  355. "label": "Contact Email",
  356. "type": "INPUT_EMAIL",
  357. "value": "[email protected]"
  358. },
  359. {
  360. "key": "question_9B6yBV",
  361. "label": "Coordinator Name",
  362. "type": "INPUT_TEXT",
  363. "value": "coordinator_name"
  364. },
  365. {
  366. "key": "question_eMNlMk",
  367. "label": "Contact Number",
  368. "type": "INPUT_PHONE_NUMBER",
  369. "value": "1234567890"
  370. },
  371. {
  372. "key": "question_W2eB2v",
  373. "label": "Events Your School is Participating In",
  374. "type": "CHECKBOXES",
  375. "value": [
  376. "f8fc81c9-ae64-4113-ac31-075e426fe074",
  377. "e10010f9-78bf-4e12-bb2a-d8fbfaffcc9d",
  378. "cde6f483-09bd-456e-a8f2-d482173e05d4",
  379. "d214582f-506c-4052-9a35-a04a5c59ef4b",
  380. "67ac9b85-c282-4bdd-ad51-75ee2ade40c8",
  381. "6c93b0b8-4154-49bc-8cb2-39ffa9133b8d",
  382. "10fa0ec1-751b-4484-ad94-daa12613fc09",
  383. "408c11f4-2b90-4151-a12a-1900c1ce9e38",
  384. "065db065-f844-4af7-9fde-d27b7dbee1f4",
  385. "dbb69e31-7598-4f12-90a5-d929975779f3",
  386. "c06007f8-3c06-4618-8bdc-4761efcaeed6",
  387. "5b10933f-e7d1-4c49-8828-4477d85593ab",
  388. "79b8d947-9639-45ce-a1df-d9f6791bf96f",
  389. "7dd6a2cc-36ff-44f4-96cc-fb0b79509f2e",
  390. "26f07c0b-eb9d-4a05-bcd9-48422d9b6dbb",
  391. "9f1d932c-63e2-43cf-958c-70d67d231eb8",
  392. "1fed99b6-73c7-405d-bdeb-4e340af82fbc",
  393. "d2f76452-9a90-4f37-818c-2b9737883025",
  394. "f0d405f3-d972-42d5-8d55-4467102536dd"
  395. ],
  396. "options": [
  397. {
  398. "id": "065db065-f844-4af7-9fde-d27b7dbee1f4",
  399. "text": "QuestSphere"
  400. },
  401. {
  402. "id": "10fa0ec1-751b-4484-ad94-daa12613fc09",
  403. "text": "Joy-n-Stick"
  404. },
  405. {
  406. "id": "f8fc81c9-ae64-4113-ac31-075e426fe074",
  407. "text": "AesthetiX"
  408. },
  409. {
  410. "id": "e10010f9-78bf-4e12-bb2a-d8fbfaffcc9d",
  411. "text": "click *noice*"
  412. },
  413. {
  414. "id": "d214582f-506c-4052-9a35-a04a5c59ef4b",
  415. "text": "Council8"
  416. },
  417. {
  418. "id": "67ac9b85-c282-4bdd-ad51-75ee2ade40c8",
  419. "text": "Crossword"
  420. },
  421. {
  422. "id": "6c93b0b8-4154-49bc-8cb2-39ffa9133b8d",
  423. "text": "CryptX"
  424. },
  425. {
  426. "id": "dbb69e31-7598-4f12-90a5-d929975779f3",
  427. "text": "Outcode"
  428. },
  429. {
  430. "id": "c06007f8-3c06-4618-8bdc-4761efcaeed6",
  431. "text": "OverThink"
  432. },
  433. {
  434. "id": "5b10933f-e7d1-4c49-8828-4477d85593ab",
  435. "text": "Pitch-a-Thon"
  436. },
  437. {
  438. "id": "7dd6a2cc-36ff-44f4-96cc-fb0b79509f2e",
  439. "text": "RoboSoccer"
  440. },
  441. {
  442. "id": "26f07c0b-eb9d-4a05-bcd9-48422d9b6dbb",
  443. "text": "RoboWars"
  444. },
  445. {
  446. "id": "9f1d932c-63e2-43cf-958c-70d67d231eb8",
  447. "text": "ShootIt"
  448. },
  449. {
  450. "id": "d2f76452-9a90-4f37-818c-2b9737883025",
  451. "text": "Surprise"
  452. },
  453. {
  454. "id": "408c11f4-2b90-4151-a12a-1900c1ce9e38",
  455. "text": "LumoLuxe"
  456. },
  457. {
  458. "id": "cde6f483-09bd-456e-a8f2-d482173e05d4",
  459. "text": "Cliptica"
  460. },
  461. {
  462. "id": "79b8d947-9639-45ce-a1df-d9f6791bf96f",
  463. "text": "PixelPop"
  464. },
  465. {
  466. "id": "1fed99b6-73c7-405d-bdeb-4e340af82fbc",
  467. "text": "SnapSlide"
  468. },
  469. {
  470. "id": "f0d405f3-d972-42d5-8d55-4467102536dd",
  471. "text": "WebD"
  472. }
  473. ]
  474. },
  475. {
  476. "key": "question_W2eB2v_065db065-f844-4af7-9fde-d27b7dbee1f4",
  477. "label": "Events Your School is Participating In (QuestSphere)",
  478. "type": "CHECKBOXES",
  479. "value": true
  480. },
  481. {
  482. "key": "question_W2eB2v_10fa0ec1-751b-4484-ad94-daa12613fc09",
  483. "label": "Events Your School is Participating In (Joy-n-Stick)",
  484. "type": "CHECKBOXES",
  485. "value": true
  486. },
  487. {
  488. "key": "question_W2eB2v_097e36d7-443c-4366-9437-d8e56a006523",
  489. "label": "Events Your School is Participating In (Surprise)",
  490. "type": "CHECKBOXES",
  491. "value": false
  492. },
  493. {
  494. "key": "question_W2eB2v_3eb1b03d-d566-4f4c-8fda-dd89d31f0f12",
  495. "label": "Events Your School is Participating In (Cooking)",
  496. "type": "CHECKBOXES",
  497. "value": false
  498. },
  499. {
  500. "key": "question_W2eB2v_f8fc81c9-ae64-4113-ac31-075e426fe074",
  501. "label": "Events Your School is Participating In (AesthetiX)",
  502. "type": "CHECKBOXES",
  503. "value": true
  504. },
  505. {
  506. "key": "question_W2eB2v_ec8aff77-049e-4423-a527-480333576f81",
  507. "label": "Events Your School is Participating In (Beat-a-Box (Music Production))",
  508. "type": "CHECKBOXES",
  509. "value": false
  510. },
  511. {
  512. "key": "question_W2eB2v_e10010f9-78bf-4e12-bb2a-d8fbfaffcc9d",
  513. "label": "Events Your School is Participating In (click *noice*)",
  514. "type": "CHECKBOXES",
  515. "value": true
  516. },
  517. {
  518. "key": "question_W2eB2v_d214582f-506c-4052-9a35-a04a5c59ef4b",
  519. "label": "Events Your School is Participating In (Council8)",
  520. "type": "CHECKBOXES",
  521. "value": true
  522. },
  523. {
  524. "key": "question_W2eB2v_67ac9b85-c282-4bdd-ad51-75ee2ade40c8",
  525. "label": "Events Your School is Participating In (Crossword)",
  526. "type": "CHECKBOXES",
  527. "value": true
  528. },
  529. {
  530. "key": "question_W2eB2v_6c93b0b8-4154-49bc-8cb2-39ffa9133b8d",
  531. "label": "Events Your School is Participating In (CryptX)",
  532. "type": "CHECKBOXES",
  533. "value": true
  534. },
  535. {
  536. "key": "question_W2eB2v_dbb69e31-7598-4f12-90a5-d929975779f3",
  537. "label": "Events Your School is Participating In (Outcode)",
  538. "type": "CHECKBOXES",
  539. "value": true
  540. },
  541. {
  542. "key": "question_W2eB2v_fa807ff4-1f0b-45e1-9cac-8fe6fb27bdf4",
  543. "label": "Events Your School is Participating In (Outcode Sr (Programming))",
  544. "type": "CHECKBOXES",
  545. "value": false
  546. },
  547. {
  548. "key": "question_W2eB2v_c06007f8-3c06-4618-8bdc-4761efcaeed6",
  549. "label": "Events Your School is Participating In (OverThink)",
  550. "type": "CHECKBOXES",
  551. "value": true
  552. },
  553. {
  554. "key": "question_W2eB2v_5b10933f-e7d1-4c49-8828-4477d85593ab",
  555. "label": "Events Your School is Participating In (Pitch-a-Thon)",
  556. "type": "CHECKBOXES",
  557. "value": true
  558. },
  559. {
  560. "key": "question_W2eB2v_7dd6a2cc-36ff-44f4-96cc-fb0b79509f2e",
  561. "label": "Events Your School is Participating In (RoboSoccer)",
  562. "type": "CHECKBOXES",
  563. "value": true
  564. },
  565. {
  566. "key": "question_W2eB2v_26f07c0b-eb9d-4a05-bcd9-48422d9b6dbb",
  567. "label": "Events Your School is Participating In (RoboWars)",
  568. "type": "CHECKBOXES",
  569. "value": true
  570. },
  571. {
  572. "key": "question_W2eB2v_9f1d932c-63e2-43cf-958c-70d67d231eb8",
  573. "label": "Events Your School is Participating In (ShootIt)",
  574. "type": "CHECKBOXES",
  575. "value": true
  576. },
  577. {
  578. "key": "question_W2eB2v_d2f76452-9a90-4f37-818c-2b9737883025",
  579. "label": "Events Your School is Participating In (Surprise)",
  580. "type": "CHECKBOXES",
  581. "value": true
  582. },
  583. {
  584. "key": "question_W2eB2v_408c11f4-2b90-4151-a12a-1900c1ce9e38",
  585. "label": "Events Your School is Participating In (LumoLuxe)",
  586. "type": "CHECKBOXES",
  587. "value": true
  588. },
  589. {
  590. "key": "question_W2eB2v_cde6f483-09bd-456e-a8f2-d482173e05d4",
  591. "label": "Events Your School is Participating In (Cliptica)",
  592. "type": "CHECKBOXES",
  593. "value": true
  594. },
  595. {
  596. "key": "question_W2eB2v_79b8d947-9639-45ce-a1df-d9f6791bf96f",
  597. "label": "Events Your School is Participating In (PixelPop)",
  598. "type": "CHECKBOXES",
  599. "value": true
  600. },
  601. {
  602. "key": "question_W2eB2v_1fed99b6-73c7-405d-bdeb-4e340af82fbc",
  603. "label": "Events Your School is Participating In (SnapSlide)",
  604. "type": "CHECKBOXES",
  605. "value": true
  606. },
  607. {
  608. "key": "question_W2eB2v_f0d405f3-d972-42d5-8d55-4467102536dd",
  609. "label": "Events Your School is Participating In (WebD)",
  610. "type": "CHECKBOXES",
  611. "value": true
  612. },
  613. {
  614. "key": "question_lBYRGp",
  615. "label": "Name",
  616. "type": "INPUT_TEXT",
  617. "value": "ax_1_name"
  618. },
  619. {
  620. "key": "question_RxbLNp",
  621. "label": "Class",
  622. "type": "INPUT_TEXT",
  623. "value": "ax_1_class"
  624. },
  625. {
  626. "key": "question_G6q0G2",
  627. "label": "Name",
  628. "type": "INPUT_TEXT",
  629. "value": "ax_2_name"
  630. },
  631. {
  632. "key": "question_Oab02p",
  633. "label": "Class",
  634. "type": "INPUT_TEXT",
  635. "value": "ax_2_class"
  636. },
  637. {
  638. "key": "question_Ppb070",
  639. "label": "Name",
  640. "type": "INPUT_TEXT",
  641. "value": "click_1_name"
  642. },
  643. {
  644. "key": "question_EKZ02L",
  645. "label": "Class",
  646. "type": "INPUT_TEXT",
  647. "value": "click_1_class"
  648. },
  649. {
  650. "key": "question_4Q9jMo",
  651. "label": "Name",
  652. "type": "INPUT_TEXT",
  653. "value": "click_2_name"
  654. },
  655. {
  656. "key": "question_jZJxj9",
  657. "label": "Class",
  658. "type": "INPUT_TEXT",
  659. "value": "click_2_class"
  660. },
  661. {
  662. "key": "question_vDqleA",
  663. "label": "Name",
  664. "type": "INPUT_TEXT",
  665. "value": "clip_1_name"
  666. },
  667. {
  668. "key": "question_Kx895M",
  669. "label": "Class",
  670. "type": "INPUT_TEXT",
  671. "value": "clip_1_class"
  672. },
  673. {
  674. "key": "question_xrRZA9",
  675. "label": "Name",
  676. "type": "INPUT_TEXT",
  677. "value": "c8_1_name"
  678. },
  679. {
  680. "key": "question_Z81JMv",
  681. "label": "Class",
  682. "type": "INPUT_TEXT",
  683. "value": "c8_1_class"
  684. },
  685. {
  686. "key": "question_qLJP9k",
  687. "label": "Name",
  688. "type": "INPUT_TEXT",
  689. "value": "c8_2_name"
  690. },
  691. {
  692. "key": "question_Q1z0bk",
  693. "label": "Class",
  694. "type": "INPUT_TEXT",
  695. "value": "c8_2_class"
  696. },
  697. {
  698. "key": "question_eM0EVo",
  699. "label": "Name",
  700. "type": "INPUT_TEXT",
  701. "value": "cx_1_name"
  702. },
  703. {
  704. "key": "question_kGKepd",
  705. "label": "Class",
  706. "type": "INPUT_TEXT",
  707. "value": "cx_1_class"
  708. },
  709. {
  710. "key": "question_6LWxg5",
  711. "label": "Name",
  712. "type": "INPUT_TEXT",
  713. "value": "cx_2_name"
  714. },
  715. {
  716. "key": "question_bqYOoE",
  717. "label": "Class",
  718. "type": "INPUT_TEXT",
  719. "value": "cx_2_class"
  720. },
  721. {
  722. "key": "question_a9jg9b",
  723. "label": "Name",
  724. "type": "INPUT_TEXT",
  725. "value": "cross_1_name"
  726. },
  727. {
  728. "key": "question_6L1yeJ",
  729. "label": "Class",
  730. "type": "INPUT_TEXT",
  731. "value": "cross_1_class"
  732. },
  733. {
  734. "key": "question_bq2y9Z",
  735. "label": "Name",
  736. "type": "INPUT_TEXT",
  737. "value": "cross_2_name"
  738. },
  739. {
  740. "key": "question_Az6GKz",
  741. "label": "Class",
  742. "type": "INPUT_TEXT",
  743. "value": "cross_2_class"
  744. },
  745. {
  746. "key": "question_Az48EN",
  747. "label": "Name",
  748. "type": "INPUT_TEXT",
  749. "value": "joy_1_name"
  750. },
  751. {
  752. "key": "question_BajBrY",
  753. "label": "Class",
  754. "type": "INPUT_TEXT",
  755. "value": "joy_1_class"
  756. },
  757. {
  758. "key": "question_vMJ2l8",
  759. "label": "Name",
  760. "type": "INPUT_TEXT",
  761. "value": "joy_2_name"
  762. },
  763. {
  764. "key": "question_KzW09K",
  765. "label": "Class",
  766. "type": "INPUT_TEXT",
  767. "value": "joy_2_class"
  768. },
  769. {
  770. "key": "question_prJVQE",
  771. "label": "Name",
  772. "type": "INPUT_TEXT",
  773. "value": "quest_1_name"
  774. },
  775. {
  776. "key": "question_1XNELL",
  777. "label": "Class",
  778. "type": "INPUT_TEXT",
  779. "value": "quest_1_class"
  780. },
  781. {
  782. "key": "question_Jqe0Q7",
  783. "label": "Name",
  784. "type": "INPUT_TEXT",
  785. "value": "quest_2_name"
  786. },
  787. {
  788. "key": "question_gaJ4EK",
  789. "label": "Class",
  790. "type": "INPUT_TEXT",
  791. "value": "quest_2_class"
  792. },
  793. {
  794. "key": "question_rO2vp2",
  795. "label": "Name",
  796. "type": "INPUT_TEXT",
  797. "value": "lumo_1_name"
  798. },
  799. {
  800. "key": "question_vDEepX",
  801. "label": "Class",
  802. "type": "INPUT_TEXT",
  803. "value": "lumo_1_class"
  804. },
  805. {
  806. "key": "question_joGvpJ",
  807. "label": "Name",
  808. "type": "INPUT_TEXT",
  809. "value": "lumo_2_name"
  810. },
  811. {
  812. "key": "question_Kxv5gz",
  813. "label": "Class",
  814. "type": "INPUT_TEXT",
  815. "value": "lumo_2_class"
  816. },
  817. {
  818. "key": "question_XL8qpV",
  819. "label": "Name",
  820. "type": "INPUT_TEXT",
  821. "value": "outcodejr_1_name"
  822. },
  823. {
  824. "key": "question_8q6e9o",
  825. "label": "Class",
  826. "type": "INPUT_TEXT",
  827. "value": "outcodejr_1_class"
  828. },
  829. {
  830. "key": "question_zjGeVE",
  831. "label": "Name",
  832. "type": "INPUT_TEXT",
  833. "value": "outcodejr_2_name"
  834. },
  835. {
  836. "key": "question_5be2Nb",
  837. "label": "Class",
  838. "type": "INPUT_TEXT",
  839. "value": "outcodejr_2_class"
  840. },
  841. {
  842. "key": "question_YPJd20",
  843. "label": "Name",
  844. "type": "INPUT_TEXT",
  845. "value": "outcodesr_1_name"
  846. },
  847. {
  848. "key": "question_DBxeLp",
  849. "label": "Class",
  850. "type": "INPUT_TEXT",
  851. "value": "outcodesr_1_class"
  852. },
  853. {
  854. "key": "question_RxbLOP",
  855. "label": "Name",
  856. "type": "INPUT_TEXT",
  857. "value": "outcodesr_2_name"
  858. },
  859. {
  860. "key": "question_oE5OJM",
  861. "label": "Class",
  862. "type": "INPUT_TEXT",
  863. "value": "outcodesr_2_class"
  864. },
  865. {
  866. "key": "question_Oab0RA",
  867. "label": "Name",
  868. "type": "INPUT_TEXT",
  869. "value": "quiz_1_name"
  870. },
  871. {
  872. "key": "question_VGb8rl",
  873. "label": "Class",
  874. "type": "INPUT_TEXT",
  875. "value": "quiz_1_class"
  876. },
  877. {
  878. "key": "question_EKZ0pL",
  879. "label": "Name",
  880. "type": "INPUT_TEXT",
  881. "value": "quiz_2_name"
  882. },
  883. {
  884. "key": "question_r5JEXL",
  885. "label": "Class",
  886. "type": "INPUT_TEXT",
  887. "value": "quiz_2_class"
  888. },
  889. {
  890. "key": "question_jZJxK9",
  891. "label": "Name",
  892. "type": "INPUT_TEXT",
  893. "value": "pitch_1_name"
  894. },
  895. {
  896. "key": "question_2Xlr2b",
  897. "label": "Class",
  898. "type": "INPUT_TEXT",
  899. "value": "pitch_1_class"
  900. },
  901. {
  902. "key": "question_Z81Jxv",
  903. "label": "Name",
  904. "type": "INPUT_TEXT",
  905. "value": "pitch_2_name"
  906. },
  907. {
  908. "key": "question_Nrb0zb",
  909. "label": "Class",
  910. "type": "INPUT_TEXT",
  911. "value": "pitch_2_class"
  912. },
  913. {
  914. "key": "question_Q1z0Gk",
  915. "label": "Name",
  916. "type": "INPUT_TEXT",
  917. "value": "pitch_3_name"
  918. },
  919. {
  920. "key": "question_9BRle4",
  921. "label": "Class",
  922. "type": "INPUT_TEXT",
  923. "value": "pitch_3_class"
  924. },
  925. {
  926. "key": "question_9ZpZ51",
  927. "label": "Name",
  928. "type": "INPUT_TEXT",
  929. "value": "pitch_4_name"
  930. },
  931. {
  932. "key": "question_erKrPE",
  933. "label": "Class",
  934. "type": "INPUT_TEXT",
  935. "value": "pitch_4_class"
  936. },
  937. {
  938. "key": "question_WRDRdP",
  939. "label": "Name",
  940. "type": "INPUT_TEXT",
  941. "value": "pitch_5_name"
  942. },
  943. {
  944. "key": "question_a4K4oE",
  945. "label": "Class",
  946. "type": "INPUT_TEXT",
  947. "value": "pitch_5_class"
  948. },
  949. {
  950. "key": "question_xD9vov",
  951. "label": "Name",
  952. "type": "INPUT_TEXT",
  953. "value": "pixel_1_name"
  954. },
  955. {
  956. "key": "question_ZOPDge",
  957. "label": "Class",
  958. "type": "INPUT_TEXT",
  959. "value": "pixel_1_class"
  960. },
  961. {
  962. "key": "question_NX8dgO",
  963. "label": "Name",
  964. "type": "INPUT_TEXT",
  965. "value": "pixel_2_name"
  966. },
  967. {
  968. "key": "question_qGjvpg",
  969. "label": "Class",
  970. "type": "INPUT_TEXT",
  971. "value": "pixel_2_class"
  972. },
  973. {
  974. "key": "question_W2K04Q",
  975. "label": "Name",
  976. "type": "INPUT_TEXT",
  977. "value": "rs_1_name"
  978. },
  979. {
  980. "key": "question_a9AGWy",
  981. "label": "Class",
  982. "type": "INPUT_TEXT",
  983. "value": "rs_1_class"
  984. },
  985. {
  986. "key": "question_7qaZQz",
  987. "label": "Name",
  988. "type": "INPUT_TEXT",
  989. "value": "rs_2_name"
  990. },
  991. {
  992. "key": "question_bqYOaE",
  993. "label": "Class",
  994. "type": "INPUT_TEXT",
  995. "value": "rs_2_class"
  996. },
  997. {
  998. "key": "question_BajBvY",
  999. "label": "Name",
  1000. "type": "INPUT_TEXT",
  1001. "value": "rw_1_name"
  1002. },
  1003. {
  1004. "key": "question_klJZLj",
  1005. "label": "Class",
  1006. "type": "INPUT_TEXT",
  1007. "value": "rw_1_class"
  1008. },
  1009. {
  1010. "key": "question_KzW0XK",
  1011. "label": "Name",
  1012. "type": "INPUT_TEXT",
  1013. "value": "rw_2_name"
  1014. },
  1015. {
  1016. "key": "question_L9a082",
  1017. "label": "Class",
  1018. "type": "INPUT_TEXT",
  1019. "value": "rw_2_class"
  1020. },
  1021. {
  1022. "key": "question_1XNEjL",
  1023. "label": "Name",
  1024. "type": "INPUT_TEXT",
  1025. "value": "shootit_1_name"
  1026. },
  1027. {
  1028. "key": "question_MX6500",
  1029. "label": "Class",
  1030. "type": "INPUT_TEXT",
  1031. "value": "shootit_1_class"
  1032. },
  1033. {
  1034. "key": "question_gaJ4BK",
  1035. "label": "Name",
  1036. "type": "INPUT_TEXT",
  1037. "value": "shootit_2_name"
  1038. },
  1039. {
  1040. "key": "question_yMoDOW",
  1041. "label": "Class",
  1042. "type": "INPUT_TEXT",
  1043. "value": "shootit_2_class"
  1044. },
  1045. {
  1046. "key": "question_8q6eOo",
  1047. "label": "Name",
  1048. "type": "INPUT_TEXT",
  1049. "value": "shootit_3_name"
  1050. },
  1051. {
  1052. "key": "question_0dZPXQ",
  1053. "label": "Class",
  1054. "type": "INPUT_TEXT",
  1055. "value": "shootit_3_class"
  1056. },
  1057. {
  1058. "key": "question_QR8kXX",
  1059. "label": "Name",
  1060. "type": "INPUT_TEXT",
  1061. "value": "snap_1_name"
  1062. },
  1063. {
  1064. "key": "question_9Z2Ma5",
  1065. "label": "Class",
  1066. "type": "INPUT_TEXT",
  1067. "value": "snap_1_class"
  1068. },
  1069. {
  1070. "key": "question_er9vpl",
  1071. "label": "Name",
  1072. "type": "INPUT_TEXT",
  1073. "value": "snap_2_name"
  1074. },
  1075. {
  1076. "key": "question_WRl1gk",
  1077. "label": "Class",
  1078. "type": "INPUT_TEXT",
  1079. "value": "snap_2_class"
  1080. },
  1081. {
  1082. "key": "question_oE5OWM",
  1083. "label": "Name",
  1084. "type": "INPUT_TEXT",
  1085. "value": "surp_1_name"
  1086. },
  1087. {
  1088. "key": "question_G6q0Wz",
  1089. "label": "Class",
  1090. "type": "INPUT_TEXT",
  1091. "value": "surp_1_class"
  1092. },
  1093. {
  1094. "key": "question_VGb8gl",
  1095. "label": "Name",
  1096. "type": "INPUT_TEXT",
  1097. "value": "surp_2_name"
  1098. },
  1099. {
  1100. "key": "question_Ppb0K0",
  1101. "label": "Class",
  1102. "type": "INPUT_TEXT",
  1103. "value": "surp_2_class"
  1104. },
  1105. {
  1106. "key": "question_Jl8QpJ",
  1107. "label": "Name",
  1108. "type": "INPUT_TEXT",
  1109. "value": "webd_1_name"
  1110. },
  1111. {
  1112. "key": "question_gqWEdN",
  1113. "label": "Class",
  1114. "type": "INPUT_TEXT",
  1115. "value": "webd_1_class"
  1116. },
  1117. {
  1118. "key": "question_XoOpJO",
  1119. "label": "Name",
  1120. "type": "INPUT_TEXT",
  1121. "value": "webd_2_name"
  1122. },
  1123. {
  1124. "key": "question_8LjXaA",
  1125. "label": "Class",
  1126. "type": "INPUT_TEXT",
  1127. "value": "webd_2_class"
  1128. }
  1129. ]
  1130. }
  1131. },
  1132. "webhookUrl": "https://redacted.com/webhook-test/5103d31b-a011-4e15-b2fe-e9d5b9bcf5f9",
  1133. "executionMode": "test"
  1134. }
  1135. ]
  1136. },
  1137. "meta": {
  1138. "templateCredsSetupCompleted": true,
  1139. "instanceId": "0a4d34b52dd6e565c590ace1fe7b4431a8d73c7bce57d3d17c1a5f7e0d223a7c"
  1140. }
  1141. }
Advertisement
Add Comment
Please, Sign In to add comment