Online Examination System
Built this as my final year project for my Computer Engineering Bachelor’s Degree. In this project, I attempted to address some problems associated with paper-based examinations and also take into account some problems that could arise in a computer-based examination (such as power/network failure).
The resulting system has the following features:
- web-based software which can automatically and accurately grade examinations
- compatible on any platform
- distributes questions randomly to each student to reduce cheating
- allows random selection of questions
- incorporates accessibility considerations
- is able to handle network or power failure by providing resumption capabilities.
Built using HTML, CSS, JavaScript, Bootstrap, PHP, MySQL.