-
Notifications
You must be signed in to change notification settings - Fork 0
/
event_application.yml
132 lines (132 loc) · 4.38 KB
/
event_application.yml
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
options:
hide_event_toc: False
hide_mlh_toc: False
min_resume_age: 17
custom_fields:
- name: vaxx_status
label: 'Are you vaccinated?'
type: select
required: True
options:
- Yes, I am vaccinated.
- No, but I am willing to get tested prior to attending Hack(H)er413.
- name: in_person_hacking
label: 'Do you plan to hack in-person in the ILC or remotely? NOTE: Judging will take place in-person on Sunday, February 6th. In order to be eligible for a prize, demos must be done in-person.'
type: select
required: True
options:
- Yes, I plan to hack in-person.
- No, I plan to hack remotely but will be present for judging.
- name: linkedin_url
label: 'LinkedIn URL'
validate_regex: '\A(https:\/\/)?(www.)?linkedin.com\/in\/\S+\z'
validate_error: 'Your Linkedin URL is invalid. Example format: https://linkedin.com/in/yourprofile'
- name: github_url
label: 'GitHub URL'
validate_regex: '\A(https:\/\/)?(www.)?github.com\/\S+\z'
validate_error: 'Your Github URL is invalid. Example format: https://github.com/yourprofile'
- name: other_url
label: 'Other website URL'
- name: been_to_hackathon
label: 'Have you been to a hackathon before?'
type: boolean
required: True
toggle_field: how_many_hackathons
- name: how_many_hackathons
label: "About how many hackathons have you attended?"
type: select
options:
- 1
- 2
- 3
- 4
- 5 or more
hidden: True
- name: been_to_hackumass
label: 'Have you previously attended Hack(H)er413?'
type: boolean
required: True
toggle_field: previous_hackher_comments
- name: previous_hackher_comments
label: "Since you've attended Hack(H)er413 before, is there anything new or different you'd like to see at Hack(H)er413 2022?"
type: textarea
max_chars: 500
hidden: True
- name: programming_skills
label: "Programming Skills (select all that apply, and if you don't know many that's okay!)"
type: multiselect
options:
- HTML/CSS
- Javascript/Node
- PHP
- SQL
- Ruby
- Java
- Kotlin
- Swift
- Objective C
- C/C++/C#
- Python
- name: hardware_skills
label: 'Hardware Skills (select all that apply)'
type: multiselect
options:
- Embedded Systems
- Robotics
- Wireless Communications
- Circuits
- 3D Printing
- name: other_skills
label: 'If there are any other tech-related skills not listed above that you would like to share, list them below'
type: textarea
max_chars: 500
- name: get_out_of_hum
label: 'What would you like to get out of Hack(H)er413 2022? (select all that apply)'
type: multiselect
options:
- Learn more about hardware and hardware hacking
- Learn more about web programming
- Learn more about AI and machine learning
- Learn more about iOS/Android app development
- Hack with people you know
- Hack with people you don't know
- Network with sponsors
- name: interested_in_beginner
label: "Would you be interested in participating in the beginner's track with specialized workshops to help you learn more about hardware and software hacking?"
type: boolean
required: True
- name: hardware_interest
label: "Are you interested in attending hardware workshops at Hack(H)er413 2022"
type: boolean
required: True
- name: software_interest
label: "Are you interested in attending software workshops at Hack(H)er413 2022?"
type: boolean
required: True
- name: how_did_you_hear
label: 'How did you hear about Hack(H)er413 2022?'
type: multiselect
required: True
options:
- I previously attended Hack(H)er413
- From the MLH website
- From HackUMass
- From another MLH event
- Word of mouth
- From a teacher
- From a friend
- Social media
- Class presentation
- Other
- name: what_hardware
label: 'What type of online activities would you like to see at Hack(H)er413 2022?'
type: 'textarea'
max_chars: 500
- name: fun_question
label: "Phew! That application was a bit long, but you're almost done! :D Just for fun... what's your form of potato (french fries, tater tots, ect.)?"
# - name: host_workshop
# label: "Would you be interested in hosting a workshop? You will have full creative freedom to host a workshop and teach others about the topic of your choice."
# type: select
# options:
# - Yes, I am interested in hosting a workshop.
# - No, I am not interested.