Form that takes in user input, asks questions, and outputs a result based on the responses.
This is a project submission to a final assignment for Client-Side Scripting. It mainly focuses on using javascript for functionality.
- Takes in user input (ie. first name, last name, etc) and validates it.
- Contains quiz questions along with responses to select from.
- Will not reveal quiz results to the user until all of the input has been confirmed.
- Outputs a badge result based on quiz responses, along with previous inputted information.
HTML, CSS, and Javascript were used to create this quiz.