Project 7.1 Online Tester 

Index Code Tester
Your objective is to create a web page that will have a four-question multiple choice test on it. YOU CAN HAVE ONLY ONE HTML PAGE. Your grade will be based on the following:
___ / 10:  It should have a four multiple choice questions about HTML, style, or JavaScript.  These questions should be well-written.  You will lose 2 points for each question that can not be used on a test.
___ / 10:  It should have at least two functions.
___ / 10:  It should not display any questions until the user indicates that the test should start.
___ / 10:  It should display one question at a time.
___ / 10:  The user should select the answer by clicking a radio button.
___ / 10:  The user should not be able to answer the same question twice.
___ / 10:  The user should not be able to move to the next question until they have answered the current question.
___ / 10:  If the answer is right, the correct answer should be highlighted in one color.  If the answer is wrong, the correct answer should be highlighted in another color.
___ / 10:  The number of questions asked and number correct should be displayed.
___ / 10:  After all questions have been answered, a message should tell the user that the test is complete.  The user should not be able to keep asking and answering questions.