AutomaticQPGen
Automatic Question Paper Generator is a project that generates questions papers for both Continous Internal Evaluation and Semester End Examinations using an algorithm that fetches questions from the database (entered by the teacher) for a given set of requirements by the faculty. The features include:
Administrator
- Can add a new faculty.
- Can assign a subject to a faculty for a particular academic year.
- Can add a new evauation to the database. (CIE/SEE)
- Add new courses and update syllabus for the same.
- Generate various reports including subeject composition in the questions database, level of difficulty composition, Update history, Login History, etc.,
- Approve a questions paper generated by the faculty for a particular evaluation.
- Add another administrator.
- Add Course Outcomes to courses.
etc.,
Faculty
- Add / Edit questions for his/her course.
- Generate a new question paper for an evaluation specified by the Administrator. (CIE/SEE).
- Refer to previously generated papers for his/her course.
- Check the syllabus of his/her courses.
- Check course outcomes of his/her courses.
Etc.,
Security Aspects
- Questions are encrypted using AES-256 bit encryption.
- Passwords are hashed using MD-5 hashing algorithm
- Update/Login History
- re-Captcha from Google
- Session-timeouts