Home
Softono
onlinequiz

onlinequiz

Open source MIT HTML
217
Stars
160
Forks
9
Issues
11
Watchers
5 years
Last Commit

About onlinequiz

Online Quiz is a web-based application built with Python and Django designed to facilitate digital examinations for schools and institutions. The system features three distinct user roles with specific permissions. Administrators can manage the entire platform, including approving teachers, overseeing students, creating courses, and managing question banks with multiple-choice options and scoring rules. Teachers, after admin approval, can manage assigned courses, create exams, and define questions with correct answers. Students can register instantly without approval to access the dashboard, take unlimited exam attempts, and view detailed score histories. The platform supports a standard MCQ format with four options and one correct answer. It includes a responsive dashboard for each role, displaying statistics on users, courses, and performance. The project requires Python 3.7.6 and standard Django setup steps including dependency installation, database migration, and running the local server. The codebase is

Platforms

Web Self-hosted

Languages

HTML

Links

Online Quiz

developer

screenshots

Homepage

homepage snap

Admin Dashboard

dashboard snap

Exam Rules

invoice snap

Exam

doctor snap

Teacher

doctor snap

Functions

Admin

  • Create Admin account using command
    py manage.py createsuperuser
  • After Login, can see Total Number Of Student, Teacher, Course, Questions are there in system on Dashboard.
  • Can View, Update, Delete, Approve Teacher.
  • Can View, Update, Delete Student.
  • Can Also See Student Marks.
  • Can Add, View, Delete Course/Exams.
  • Can Add Questions To Respective Courses With Options, Correct Answer, And Marks.
  • Can View And Delete Questions Too.

Teacher

  • Apply for job in System. Then Login (Approval required by system admin, Then only teacher can login).
  • After Login, can see Total Number Of Student, Course, Questions are there in system on Dashboard.
  • Can Add, View, Delete Course/Exams.
  • Can Add Questions To Respective Courses With Options, Correct Answer, And Marks.
  • Can View And Delete Questions Too.

    NOTE: Basically Admin Will Hire Teachers To Manage Courses and Questions.

Student

  • Create account (No Approval Required By Admin, Can Login After Signup)
  • After Login, Can See How Many Courses/Exam And Questions Are There In System On Dashboard.
  • Can Give Exam Any Time, There Is No Limit On Number Of Attempt.
  • Can View Marks Of Each Attempt Of Each Exam.
  • Question Pattern Is MCQ With 4 Options And 1 Correct Answer.

HOW TO RUN THIS PROJECT

  • Install Python(3.7.6) (Dont Forget to Tick Add to Path while installing Python)
  • Open Terminal and Execute Following Commands :
    python -m pip install -r requirements. txt
  • Download This Project Zip Folder and Extract it
  • Move to project folder in Terminal. Then run following Commands :
    py manage.py makemigrations
    py manage.py migrate
    py manage.py runserver
  • Now enter following URL in Your Browser Installed On Your Pc
    http://127.0.0.1:8000/

CHANGES REQUIRED FOR CONTACT US PAGE

  • In settins.py file, You have to give your email and password
    EMAIL_HOST_USER = '[email protected]'
    EMAIL_HOST_PASSWORD = 'your email password'
    EMAIL_RECEIVING_USER = '[email protected]'

Drawbacks/LoopHoles

  • Admin/Teacher can add any number of questions to any course, But while adding course, admin provide question number.

Feedback

Any suggestion and feedback is welcome. You can message me on facebook