Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/psibi/quizy

A mini quiz framework in PHP
https://github.com/psibi/quizy

Last synced: 13 days ago
JSON representation

A mini quiz framework in PHP

Awesome Lists containing this project

README

        

Quizy is a quiz framework written on top of the authentication framework - phpUserAuth (http://iambot.net/projects/phpuserauth/). Writing a mini quiz framework on top of the authentication framework itself makes it very secure.

Author: Sibi
E-mail: [email protected]
License: GNU GPLv3

Installation
-------------

1) The module consists of two parts - Authentication framework and the quiz part. Initially install the authentication framework. For instructions regarding it, go to the location ./quiz/user/readme.
2) For installing the quiz module, execute two sql script named results.sql and questions.sql under the directory script. Make sure that the database under which the sql should be executed should be the same as that of which was followed on step 1.

To do
------

1) Admin interface for adding questions and answers. Currently it has to be added manually in the database. Also the answer is a function of md5().

Note: The license of the authentication framework claims that it should not be distributed without author's(Srinath) permission. His persmission for using that as an open-source library has been granted by him.