diff --git a/docs/questionnaires.md b/docs/questionnaires.md index f4626bc4d..8321238a2 100644 --- a/docs/questionnaires.md +++ b/docs/questionnaires.md @@ -1,12 +1,72 @@ --- id: questionnaires title: Questionnaires +sidebar_label: Questionnaires --- A questionnaire is what an attendee submits **to apply to your hackathon.** Once a user has created an account, they complete their **questionnaire** with all required info (name, school, etc). -More to come... +## Questionnaire Questions + +### Personal Information + +The section of the **questionnaire** that asks the attendee for basic information about themselves. + +This includes: + +* **First Name** — The first name of the attendee +* **Last Name** — The attendee's last name +* **Email** — The attendee's preferred email +* **Phone** — The attendee's preferred phone to be reached at +* **Date of Birth** — The date of birth of the attendee +* **School** — The school the attendee is currently attending +* **Level of Study** — The attendee's grade level (undergraduate, postgraduate, etc) +* **Major** — The attendee's intended major +* **Gender** — The attendee's gender identity +* **Country** — The country where the attendee's hacking from + + +### Travel Information + +This is the part of the questionnaire that asks the attendee how they will be arriving to your **hackathon**. + +This includes four sections: + +* **Traveling from school** — Checkbox indicating whether or not the attendee plans to travel from their school +* **Bus List** — The sponsored bus that the attendee wishes to travel in to get to your hackathon (if the attendee does not wish to ride a bus, there is an option not to apply to one) +* **Boarded Bus** — Checkbox indicating whether or not the attendee has chosen to take another unsponsored bus +* **Bus Captain** — Another checkbox indicating whether or not the attendee plans to drive a bus of other attendees to the event + + +### Special Notices + +This section of the **questionnaire** goes over the attendee's specific needs and restrictions. + +This includes: + +* **Shirt Size** — Attendee's are able to choose from a drop down menu of different shirt sizes in both women and unisex sizes +* **Dietary Restrictions** — A list of specific allergies or other food sensitivities that an attendee might have +* **Special Needs** — A list of more specific needs an attendee needs addressing before arriving to the event. + +### Resume + +The part of the **questionnaire** that asks attendee's for their background and experience in prior hackathon events. + +Required questions include: + +* **Why Hackathon?** — This is where attendee's are able to type out why they would like to participate in your hackathon event +* **Experience** — Attendees are able to choose between three levels: First hackathon, 1-5th hackathon, and 6th hackathon or above +* **Interest** — Attendees are able to choose whether they're interested in **Design**, **Software**, **Hardware** or **Everything** +* **Graduation Year** — A field that asks attendees when they are planning to graduate. +* **Race/Ethnicity** — A field where attendees are able to choose a race/ethnicity that best fits them (also able to not answer if they prefer not to) + +Optional fields include: + +* **Resume** — Attendees are able to submit a file of their resume here +* **Portfolio Link** — A link to a portofolio of different projects the attendee had previously worked on +* **GitHub/GitLab/Bitbucket** — Link to the attendee's GitHub/GitLab/Bitbucket profile +* **Permission to share resume** — Simple checkbox asking permission to share resume with other employers ![Screenshot of a questionnaire in the dashboard](assets/questionnaire.png)