-
Notifications
You must be signed in to change notification settings - Fork 1
/
questions.json
313 lines (313 loc) · 10.3 KB
/
questions.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
[
{
"name": "Participant",
"text": [
{
"for": "end",
"type": "p",
"content": "By submitting your application, you agree to allow HackGT to share your registration information with our sponsors."
}
],
"questions": [
{
"name": "name",
"type": "text",
"label": "Full Name",
"required": true
},
{
"name": "gender",
"label": "Gender",
"type": "radio",
"options": ["Male", "Female", "Prefer not to answer"],
"hasOther": true,
"required": true
},
{
"name": "race",
"label": "Race / ethnicity",
"type": "checkbox",
"options": [
"Non-Hispanic White",
"Black or African American",
"Latino, Latina, or Hispanic American",
"South Asian or Indian American",
"East Asian or Asian American",
"Middle Eastern or Arab American",
"Native American or Alaskan Native",
"Hawaiian or Pacific Islander"
],
"hasOther": true,
"required": false
},
{
"name": "resume",
"label": "Please upload your resume or a skill sheet",
"type": "file",
"required": true
},
{
"name": "first-hackathon",
"label": "Will HackGT be your first hackathon?",
"type": "radio",
"options": [
"Yes",
"No, I've attended HackGT before",
"No, I've attended other hackathons before"
],
"required": true
},
{
"name": "hope-to-learn",
"label": "What do you hope to learn at HackGT?",
"type": "textarea",
"required": true
}
]
},
{
"name": "Mentor",
"text": [],
"questions": [
{
"name": "name",
"type": "text",
"label": "Full name",
"required": true
},
{
"name": "gender",
"label": "Gender",
"type": "radio",
"options": ["Male", "Female", "Prefer not to answer"],
"hasOther": true,
"required": true
},
{
"name": "race",
"label": "Race / ethnicity",
"type": "checkbox",
"options": [
"Non-Hispanic White",
"Black or African American",
"Latino, Latina, or Hispanic American",
"South Asian or Indian American",
"East Asian or Asian American",
"Middle Eastern or Arab American",
"Native American or Alaskan Native",
"Hawaiian or Pacific Islander"
],
"hasOther": true,
"required": false
},
{
"name": "school",
"label": "School?",
"type": "select",
"options": [
"Georgia Tech",
"North Avenue Trade School",
"Georgia Institute of Technology",
"Georgia Tech University"
],
"hasOther": true,
"required": true,
"showInHelpScout": true
},
{
"name": "school-2",
"label": "School (not required)?",
"type": "select",
"options": [
"Georgia Tech",
"North Avenue Trade School",
"Georgia Institute of Technology",
"Georgia Tech University"
],
"hasOther": true,
"required": false
},
{
"name": "is-student",
"label": "Are you currently a student?",
"type": "radio",
"options": [
"Yes",
"No"
],
"required": true
},
{
"name": "job-if-not-student",
"label": "If not, what do you do?",
"type": "text",
"required": false
},
{
"name": "resume",
"label": "Please upload your resume or a skill sheet",
"type": "file",
"required": true
},
{
"name": "what-can-mentor",
"label": "What topics are you comfortable mentoring in? Please list most proficient first.",
"type": "textarea",
"required": true
},
{
"name": "github",
"label": "GitHub profile",
"type": "url",
"required": false
},
{
"name": "website",
"label": "Personal website",
"type": "url",
"required": false
},
{
"name": "other-links",
"label": "Other relevant links (e.g. LinkedIn)",
"type": "url",
"required": false
},
{
"name": "can-hold-workshop",
"label": "Would you be willing to hold a workshop?",
"type": "radio",
"options": [
"Yes",
"No"
],
"required": true
},
{
"name": "workshop-if-willing",
"label": "If so, about what?",
"type": "text",
"required": false
},
{
"name": "teaching-experience",
"label": "Describe your previous experiences with teaching",
"type": "textarea",
"required": true
},
{
"name": "why-mentor",
"label": "Why do you want to be a mentor at HackGT?",
"type": "textarea",
"required": true
},
{
"name": "tshirt-size",
"label": "What is your T-shirt size?",
"type": "radio",
"options": [
"Extra small",
"Small",
"Medium",
"Large",
"Extra large",
"2XL",
"3XL"
],
"required": true
},
{
"name": "dietary-restrictions",
"label": "Do you have any dietary restrictions?",
"type": "checkbox",
"options": [
"Vegetarian",
"Vegan",
"Gluten-free"
],
"hasOther": true,
"required": false
},
{
"name": "other",
"label": "Anything else you want us to know?",
"type": "textarea",
"required": false
}
]
},
{
"name": "Waitlist",
"text": [
{
"for": "confirmation",
"type": "h5",
"content": "We will notify you by 9 PM on the day the event starts"
}
],
"questions": [
{
"name": "phone",
"label": "Please give your phone number to confirm spot on the waitlist.",
"type": "text",
"required": true
}
]
},
{
"name": "Rejected",
"text": [],
"questions": []
},
{
"name": "General Confirmation",
"text": [
{
"for": "confirmation",
"type": "h5",
"content": "Note that opening ceremonies will begin at approximately 7pm on Friday and closing ceremonies will end at approximately 2pm on Sunday"
},
{
"for": "required-items",
"type": "h5",
"content": "Please confirm some things"
}
],
"questions": [
{
"name": "confirmation",
"label": "Will you be attending HackGT this year on October 13th to 15th?",
"type": "radio",
"options": [
"Yes, I'll be there!",
"Sorry, I can't make it"
],
"hasOther": false,
"required": true
},
{
"name": "required-items",
"label": "Please confirm the following:",
"type": "checkbox",
"options": [
"I have read and agree to adhere to the [MLH Code of Conduct](https://static.mlh.io/docs/mlh-code-of-conduct.pdf)",
"I agree to the terms of the [MLH Contest Terms and Conditions](https://github.com/MLH/mlh-policies/blob/master/prize-terms-and-conditions/contest-terms.md)",
"I agree to the terms of the [MLH Privacy Policy](https://mlh.io/privacy)",
"I agree to the [HackGT Liability Waiver](https://drive.google.com/file/d/0B2pRUVzz8hWeUE9oaGxXNUxRTjg/view?usp=sharing)"
],
"hasOther": false,
"required": true
},
{
"name": "optional-items",
"label": "Please confirm the following (optional):",
"type": "checkbox",
"options": [
"I agree to the [HackGT Photo Release](https://drive.google.com/file/d/0B2pRUVzz8hWebXQ1WllYSmI5TGc/view?usp=sharing)"
],
"hasOther": false,
"required": false
}
]
}
]