Exam Plus is a tool for students to solve exams together. First, students submit their answers for exams. Then, the program calculates the best answer for each question based on the student's answers.
- First, you need to copy the
system
andapplication
folders into a PHP hosting. - Configure CodeIgniter and database through
application/config/
. - Create a database and import
database.sql
to it (don't forget to configureapplication/config/database.php
). - Add admin's password to
application/controllers/Admin.php
(admin is going to need this for managing users and exams). - Create a Username and Password for your users and give it to them.
- Create Exams
- Enjoy :)
users and exams can be managed through domain.com/index.php/admin.
the password for admin is the one that you have entered in step 4 when installing. (default: 123456789)