Quiz-Analyzer
A Web application to automate the task of quiz correction
Based on the PHP Laravel (5.2) framework.
Requirement:
-
PHP >= 5.5.9
-
Apache server
-
MYSQL server
Instructions how to set the server:
-
Clone or Download the repository ( Master Branch )
-
Composer is required so download it from its official website according your system
-
Navigate to the project directory ~/Quiz-Analyzer/
-
Use
composer installto install Larvel and its dependencies -
Copy .env.example to .env
-
Edit according to the your machine configuration
DB_CONNECTION=mysql DB_HOST=127.0.0.1 DB_PORT=3306 DB_DATABASE=homestead DB_USERNAME=homestead DB_PASSWORD=secret -
Use
php artisan key:generateto generate the security key -
Use
php artisan migrateto setup database -
Use
php artisan serveto run the server in development mode.
- for the production make the apache server point to ~/Quiz-Analyzer/public
Instruction to run the application:
-
After the server is running. use /admin/login to login as Admin ( first time you have to register ) and set the question set i.e. question paper id and correct answers which will be used for the evaluation of the response submitted by participants.
-
Use generate scorecard to generate to the final score card once each participants have submitted there response.
There is a lot much, Why don't you explore it?

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.
