IT 411
Fall 2024
Craig Miller
Weekly Notes
Assignments
- Assignment 1
- Assignment 2
- Assignment 3
- Assignment 4
- Assignment 5
- Midterm Report
- Assignment 6
- Assignment 7
- Assignment 8
For this project, you will create a simple quiz and implement it with web pages. The content will be of your own choosing. You will use some jQuery methods to add some special effects.
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).
For full credit, your quiz must meet the following requirements:
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:
Note that your quiz will be far more interesting if your readers have a reasonable chance at getting them correct!
On D2L, submit a zip file of a folder with the following contents:
When you submit, paste the URL of your web app in the submission comment.
This assignment is worth 10 points. A rubric will be provided with the submission.