Loading...

Complete this assignment to try out what you've learned about HTML forms and ampersand notation.

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:

a circle comprised of math symbols
  • A text field to enter your name
  • At least three multiple choice questions where only one answer can be chosen
  • A word problem with a text area for the user to type in the answer
  • At least three different math symbols using correct ampersand notation
  • A Submit button at the end of the test
  • Comment tags that indicate the start and end of the test.

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.