Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sayakpaul/online_examination
https://github.com/sayakpaul/online_examination
html javascript jquery mysql php rdbms xampp
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sayakpaul/online_examination
- Owner: sayakpaul
- Created: 2017-03-30T05:41:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-04-01T07:14:05.000Z (over 7 years ago)
- Last Synced: 2024-10-24T13:57:36.183Z (25 days ago)
- Topics: html, javascript, jquery, mysql, php, rdbms, xampp
- Language: PHP
- Size: 127 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a simple PHP implementation of Online Examinaition system including admin control (Insert Question, Delete Question etc). The tests are based upon MCQs purely. I have also included .csv and .xlsx files which contain questions, options and correct answers. Using it one can easily import data into RDBMS.
I used PHP 5. Apart from that jQuery is used for validation work. MySQL is used as RDBMS.P.S.: There are some issues in the Question dataset i.e I have included the correct answers for the Networking questions only. I hope
it will not be that much problematic.