Git Product home page Git Product logo

online-examination-system's Introduction

Online Examination System

All Contributors

Introduction

The Online Examination System is a digital platform designed to simplify the examination process, allowing students to take exams from anywhere at any time. It is developed using Python, Django, CSS, HTML, and JavaScript. The system includes separate interfaces for students, professors, and administrators, ensuring a smooth and efficient exam management experience.

Main Features

  • Auto-Submit Form: Exams are automatically submitted when the timer runs out.
  • Focus Monitoring: If a student’s window goes out of focus five times during an exam, the professor receives an email alert.
  • Automatic Mark Calculation: Marks are calculated automatically once the student submits the exam.
  • User Types: The system supports two types of users - Professors and Students.
  • Control Panels: Separate control panels for administrators and students.
  • MCQ Exams: Students can take multiple-choice exams, view their scores, and see the correct answers.
  • Superuser Account: Separate superuser account for account validations.

Project Overview

Project Overview

Installation Guide

Prerequisites

  • Python
  • Django
  • Pipenv

Steps to Run the Project

  1. Clone the Project

    git clone https://github.com/Mohitkumar6122/Online-Examination-System.git
    cd Exam-Portal
  2. Set Up Environment Variables Create a .env file in the Exam-Portal directory with the following contents:

    export EMAIL_HOST_PASSWORD=<PASSWORD_OF_EMAIL_ACCOUNT>
    export EMAIL_HOST_USER=<EMAIL_ACCOUNT>
    export EMAIL_HOST=<SMTP>
    export DEFAULT_FROM_EMAIL=<EMAIL_ACCOUNT>

    For Windows, create a env.bat file:

    set EMAIL_HOST_PASSWORD=<PASSWORD_OF_EMAIL_ACCOUNT>
    set EMAIL_HOST_USER=<EMAIL_ACCOUNT>
    set EMAIL_HOST=<SMTP>
    set DEFAULT_FROM_EMAIL=<EMAIL_ACCOUNT>
  3. Install Dependencies

    pip install pipenv
    pip install django[argon2]
    pipenv shell
    pipenv install
  4. Load Environment Variables On Linux:

    source .env

    On Windows:

    env.bat
  5. Database Migrations

    cd Exam
    python manage.py migrate
    python manage.py makemigrations
    python manage.py migrate
  6. Create a Superuser Account

    python manage.py createsuperuser
  7. Run the Server

    python manage.py runserver

    The website should now be running at http://127.0.0.1:8000/.

  8. Set Up User Groups

  9. Professor Verification

    • Admins need to manually add professors to the "Professor" group once they create a new account.

Contributors ✨

Thanks to these wonderful people (emoji key):

harbhajan2109
harbhajan2109

💻
Hritwik Bhardwaj
Hritwik Bhardwaj

💻
abhishekkumar29
abhishekkumar29

💻
Anthony Aniah Abuokwen
Anthony Aniah Abuokwen

💻

This project follows the all-contributors specification. Contributions of any kind are welcome!

online-examination-system's People

Contributors

abhishekkumar29 avatar allcontributors[bot] avatar anthonyaniah avatar dependabot[bot] avatar harbhajan2109 avatar hritwik-bhardwaj avatar mohitkumar6122 avatar riasgremory5 avatar samad-sust avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.