Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ssoad/onlinequizplatform
Django Project For an Online Quiz Platform
https://github.com/ssoad/onlinequizplatform
celery django django-application matplotlib online online-education online-exam-system online-examination-system online-quiz online-quiz-system opensource python python3 quiz
Last synced: 4 days ago
JSON representation
Django Project For an Online Quiz Platform
- Host: GitHub
- URL: https://github.com/ssoad/onlinequizplatform
- Owner: ssoad
- License: mit
- Created: 2020-08-11T09:14:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-27T07:19:58.000Z (3 months ago)
- Last Synced: 2024-08-28T08:08:58.126Z (3 months ago)
- Topics: celery, django, django-application, matplotlib, online, online-education, online-exam-system, online-examination-system, online-quiz, online-quiz-system, opensource, python, python3, quiz
- Language: HTML
- Homepage:
- Size: 133 MB
- Stars: 10
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Online Quiz Platform
![Django CI](https://github.com/ssoad/OnlineQuizPlatform/workflows/Django%20CI/badge.svg)
##### Requiremnts :
* Python3
* Pycharm
* Github Desktop or Git##### Usage :
git clone https://github.com/ssoad/OnlineQuizPlatform.git
cd OnlineQuizPlatform
pip install -r requirements.txt
python manage.py migrate
python manage.py runserverNow go to **127.0.0.1:8000** from your browser
##### Completed Tasks :
* Homepage
* User Authentication
* Session Management
* Data Model
* Data Model Register with Admin
* HTML For Check Output from Database
* Required Forms Added
* Proper UI Implemented
* Profile Creation & View
* Exam Creation
* Exam Enrollment
* Question & AnswerScript (Upload + Download)
* Marks Submission
* Show All Submission
* Show Results
* Searching Feature
* Password Changing System
* Email Verification System With UID
* Ranking System (Exam wise)
* Full Exam Results Log (Examinee & Examiner)##### TODO :
* Result to PDF (Download)##### Software Test Report
[View Test Report](/Test/Report.html)