Forum Discussion
Michielvan-d058
13 years agoCommunity Member
Storing QuizMaker results in a database
I am an ICT teacher at a school, and have created a solution to save all results to a database automatically after the quiz. I am using a MS SQL Server database, but it could easily be adapted to a...
Michielvan-d058
10 years agoCommunity Member
Hi Suzan and others,
I have uploaded the latest ASP code to GitHub. See https://github.com/blonkm/quizbaker/tree/proprietary
This is the code as it is used at our school, so it contains some school specific code. You can download it using the download zip button on the bottom right. I would recommend using the master branch though (choose branch, then master, then download zip).
I have also been working on the PHP version, which is now its own separate project. I know people like this because PHP on linux with mysql is completely free, and can easily be hosted online.
https://github.com/blonkm/Quizbaker-PHP
We are running dozens of quizzes with hundreds of students each year and it's still running great.