QuizCreator’s powerful database integration ability allows quiz designers to collect the quiz results and create a report which can be sent to a web database. You can build your own web database by using the ASP or PHP samples which come with QuizCreator.
Here are the
data items which can be included in that report.
1. QuizID (The ID of the quiz which is specified in the Quiz Properties)
2. Title (Title of the quiz)
3. User (Name of the quiz taker)
4. Email (Email address of the quiz taker)
5. User ID (An identity code associated with the quiz taker)
6. Total Score (The quiz taker's final score)
7. Full Score (The full score of the quiz)
8. Passing Score (The passing rate of the quiz, passing score divides the score)
9. Passing Status (The status indicating whether the quiz taker has passed the quiz or not)
10. Question Info (Details of each question, question, question type, points, user's responses, correct answers and results)
11. Time Info (Information about the time of the quiz, the time quiz taker submit the quiz)
Would you like to see how it works?
To learn how this feature works, you can take a sample quiz on our site at this location.
http://www.sameshow.com/quiz-creator.html
When
you complete the quiz, click the icon on the title to send the quiz results to our web database.
Then you can login to our database at
http://www.sameshow.com/quiz_samples/php/index.php
Here is account info for login.
Username: Admin
Password: 123456
By using the PHP sample, common end-users without programming knowledge can properly configure the required parameters. If you wish to customise the PHP sample further, you will need a basic knowledge of PHP programming. When using this option please ensure that your web server supports PHP and a MySQL database. If you are unsure about this, it is recommended that you contact your Internet Service Provider for clarification.
How can I send quiz reports to a web database using the PHP sample? >>
If you wish to use the ASP sample, you must ensure that you web server supports ASP. If you are unsure about this, it is recommended that you contact your Internet Service Provider for clarification There is no ASP programming knowledge required to make use of the sample ASP.
How can I send quiz reports to a web database using the ASP sample?>>