Question Paper Generator project is developed using PHP, CSS, HTML, and JavaScript. It has all the essential features required for the question generation for the exams. This project is mostly from the users perspective. The users have full access to the system. In this project, all the main functions are well validated.
About Question Paper Generator In PHP
The system is simple and quite easy to use. The basic fundamental of this system is to manage and upload the question sets for examination. Here the user can simply log in to the system and can use it. The user can select the subject and then can set up questions. From there the user can select the type of questions. That means either MCQ, Brief or objective questions.
How To Run Question Paper Generator In PHP ?
To run this project you must have installed virtual server i.e XAMPP on your pc (for Windows). After Starting Apache and MySQL in XAMPP, follow the following steps
- Extract file
- Copy the main project folder
- Paste in xampp/htdocs/
Now Connecting Database
- Open a browser and go to URL “http://localhost/phpmyadmin/”
- Then, click on databases tab
- Create database naming “dbexam(1)” and then click on import tab
- Click on browse file and select “ dbexam(1).sql” file
- Click on go.
- Open a browser and go to URL “http://localhost/exam paper/”