QuizCreator’s powerful database integration ability lets quiz designers to collect the quiz results and create a report be sent to a web database. You can build your own web database by using the ASP or PHP sample comes with QuizCreator.
Here are the
data items to be included in that report.
1. QuizID (The ID 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 of quiz taker)
6. Total Score (The quiz taker's 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 completes 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 PHP sample, common end-users without programming knowledge can properly configure requested parameters. But you need basic PHP programming knowledge if you want to customize it. Also, please make sure your web server supports PHP and MySQL database. If you are not sure about it, it is recommended that you contact your Internet Service Provider for more details.
How can I send quiz reports to web database using PHP sample? >>
By using ASP sample, you have to make sure that you web server supports ASP although there is not ASP programming knowledge is needed. Also you may contact your Internet Service Provider for more details.
How can I send quiz reports to web database using ASP sample? >>