This script loads 10 random questions from an Access database and creates a javascript quiz from them. There are buttons to display the current score and to display the answers.
This article presents an online exam system that pulls its data from an xml file on the server. The question list for the user is sent to the browser via Microsoft''s XMLHTTP Object. Using this same object, the questions are retrieved from the s...