Assignment 6
Quiz Construction
Submit before 11:30 PM Friday March 5
Overview
For this project, you will create a simple quiz and implement it with web pages. The content will be of your own choosing, but you are encouraged to draw upon audio/video samples as part of your questions.
Quiz Requirements
Your page must ask at least 5 questions, show the number of correct answers and provide at least three different written assessment messages depending on the score (requires conditional statements).
You will probably want to refer to this web page (discussed in class), which shows how to create radio buttons and checkboxes as well as how JavaScript can test whether an item is checked.
For additional challenges (and a more interesting quiz), consider adding the following:
- Styles
- Penalty assessment for egregiously wrong answers
- Questions that allow for multiple selections
- JavaScript that immediately responds to selecting an answer (see JS events for details).
- Use of audio and video with the questions or feedback.
Note that your quiz will be far more interesting if your readers have a reasonable chance at getting them correct!
Deliverables
Using the D2L submission site, tell me the URL of your quiz page.