Dion's Pretest QuizFor quiz implementation, I have written 2 different Active Server Pages (ASP) scripts: pretest and posttest. The main difference is that pretest lists all questions at once, whereas posttest lists the questions one by one. Pretest can handle 2 to 5 multiple choices for each question. It displays all the questions and choices at once, and when the student answers them all and submits the answers, a results page will appear. For each answer, the corresponding question, the student's choice, the correct choice, and an explanation will be given in the results page. A score is of course provided. To faciliate question entry, retrieval, and scoring, the questions and choices are stored in a Microsoft Access Database file. Pretest retrieves the questions and paste them into your pre-written HTML file.