Forms are a convenient way to retrieve user input on your website. Along with getting feedback, order information and poll submissions, they can even be used to create an online quiz.
For this assignment, you will create an online math test. Though we haven't learned how to submit form data, we can still assemble all of the parts that would be needed. You will come up with multiple choice questions and a word problem, as well as include places for the user to enter their name and to "submit" their test.
Your completed assignment should contain all of the following:
![]() |
|
When you're done, save your HTML file and upload it to your Neocities account. Then submit the assignment link to your teacher. You will be graded using the following rubric:
Math Questions |
1 point | Student wrote the required number of questions. |
Multiple Choice |
1 point | Multiple choice problems are crafted with proper HTML form syntax. |
Word Problem |
1 point | Word problem's answer field is crafted with proper HTML form syntax. |
Name Field |
1 point | Proper form is included to enter user's name. |
Math Symbols |
1 point | Math symbols were created with proper ampersand notation. |
Submit Button |
1 point | A button was included where user would be able to submit the test. |
Comments |
1 point | Comment tags were included in the code to indicate the start and end of the test. |
