Tester


Your objective is to create a testing program. The program will enable a person to login and then take a four-question multiple-choice test. As the user takes the test, the program will indicate if the answer is correct. At the end of the test, the test will display lists of correct and wrong questions.

Grading Specification:

____ /10: The opening form should enable the user to login to take the test.

____ /10: The test should include 3 multiple-choice questions about Visual Basic. Each question should have 4 possible answers.

____/10: The test form should display the total correct out of the total asked.

____/10: ALL questions should appear on the same form, one at a time.

____/10: The test form should have a button that the user clicks to check if the answer is correct. After the user clicks the button to check a question, the button should be disabled until the next question is displayed.

____/10: If the user answers a question correctly, the form should turn green. If the user answers the question incorrectly, the form should turn red.

____/10: The test form should have a button that the user clicks to display the next question. When the next question appears, the form should be restored to its original color.

____/10: After the user completes the test, another form should display the questions that the user answered correctly in one listbox and the questions that the user answered incorrectly in another listbox.