Skip to content

completed questionnaire page on docs #512

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Feb 3, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
62 changes: 61 additions & 1 deletion docs/questionnaires.md
Original file line number Diff line number Diff line change
@@ -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)