django-quiz-management

A Django app that makes the use of quiz management and easy to handle


Keywords
django, quiz, management, manage, promotion, question, answer, mcq
License
MIT
Install
pip install django-quiz-management==1.1

Documentation

django-quiz-management

A Django app that makes the use of quiz management and easy to handle!

PyPI v0.1 MIT License Docs

django-quiz-management is a quiz management to use of create quiz and there question answer and to boost your website.

Downloading

django-quiz-management is available on The Python Package Index (PyPI). You can simply use pip to install it:

$ pip install django-quiz-management

Dependency

We use django nested admin package to make better view and create quiz along with question and answer in django admin

Installing

1 - Add nested_admin inside INSTALLED_APPS in settings.py: 2 - Add quiz_management inside INSTALLED_APPS in settings.py:

INSTALLED_APPS = [
        ...
        'nested_admin',
        'quiz_management',
]

3 - Run the migrations:

$ python manage.py makemigrations
$ python manage.py migrate

And that's it! django-quiz-management should appear in your admin as Quiz Managements.

Documentation

https://github.com/krishnaansh/django-quiz-management/blob/master/docs/README.md

Download

https://github.com/krishnaansh/django-quiz-management/releases/download/v1.1/v1.1.zip