Skip to content

ShrutiSolani/QuizApp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuizApp in Django

Introduction

A quiz application created in django to conduct mcq quizzes. The application has the following features :

  1. Two types of users can login i.e. Student and Teacher

For teacher :

  1. Add quizzes from interface
  2. Add questions from interface
  3. View results of students who attempted quiz instantly

For student :

  1. View available quizzes
  2. Attemp any number of quizzes
  3. Can attempt a quiz multiple number of times
  4. View result of quiz
  5. Shows result of all attempts for a particular quiz

Installation

  1. Install python3
  2. Install pip for python3
  3. Install virtualenv pip install virtualenv or pip3 install virtualenv
  4. Create virtual environment and cd into it virtualenv QuizApp --python python3 && cd QuizApp
  5. Clone git repository into src folder and cd into it git clone src && cd src
  6. Make appropriate database changes to settings module and make migrations using python manage.py makemigrations and then python manage.py migrate
  7. Run using python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 37.2%
  • HTML 32.5%
  • Python 26.3%
  • JavaScript 4.0%