Giter VIP home page Giter VIP logo

adaptive_learning_platform's Introduction

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.

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.