The Quiz Generator!

  1. Add all options (the possible items that the quiz can return).
  2. Add as many questions as you want. Each can have an arbitrary number of multiple choice answers. When writing the questions, you can specify which answers increase the user score for which options.
  3. Generate HTML. The first text box is the HTML for the test page itself. The HTML in the 2nd box should be saved as "results.html" in the same directory as the test.
  4. Edit the HTML in the <head> tags to change styles, page titles, etc. to what you want.