I am trying to design a quiz, but my experience with Autoplay is rather limited. I would like to contract the skill set of an advanced user to help me design this.
The basic premise of the quiz is to present a sound file with four options to identify the file (one being correct, and the other three being incorrect).
The first page would be a registration page requesting the user's basic contact information (name, company, email address, phone, and permission to be added to our database). Upon successful registration the quiz taker would go to first page of the quiz.
There will be up to 10 quiz questions, therefore, 10 audio files.
The quiz should be able to calculate the number correct out of 10.
The quiz should offer hint dialogs for each audio file.
The quiz submit the results of the quiz to our database (can be a simple csv file).
The basic premise of the quiz is to present a sound file with four options to identify the file (one being correct, and the other three being incorrect).
The first page would be a registration page requesting the user's basic contact information (name, company, email address, phone, and permission to be added to our database). Upon successful registration the quiz taker would go to first page of the quiz.
There will be up to 10 quiz questions, therefore, 10 audio files.
The quiz should be able to calculate the number correct out of 10.
The quiz should offer hint dialogs for each audio file.
The quiz submit the results of the quiz to our database (can be a simple csv file).
Comment