QuizX is a fully dynamic website that offers you two roles.
- Student : A student can view his/her quiz history, take a quiz, view their ranking among other students.
- Teacher : A teacher can create/edit/delete a course, create a quiz for a course, view and delete quizes created by him/her and also by other teachers. Teacher can see the history of quiz attempts made by students.
Take a look at the project : www.quizx.rf.gd
To execute the project in your local machine:
- Clone the repo
- Install Xampp if you haven't already.
- Create a folder inside the htdocs folder of xampp. If you're a windows user, the folder is in the C drive.
- Extract the files from the clone and paste it into the new folder.
- Open Xampp Control Panel, start the Apache and MySQL server.
- Click on the admin button in the MySQL module of Xampp control panel.
- phpMyAdmin would be opened, create a new database named quiz.
- Go to extract option, select quiz.sql file from the extracted files and click on the go button.
- You're almost set, type in localhost/folder_name in your browser.
- Hurrah, you can see the project up and running.
If you encounter any error, feel free to ping me.
Have a good day :).