amfoss / qujini

This project is no longer actively maintained and has been archived for historical reference. Open Source Question Paper Generator
GNU General Public License v3.0
476 stars 22 forks source link

Qujini

Join the chat at https://gitter.im/amfoss/Qujini

Qujini is a free and open source question paper generator for teacher, and schools to manage a question bank and generate highly customizable question papers to conduct tests.

How to Install?

  1. Create and activate a python 3 virtual environment
    virtualenv -p python3 .
    source bin/activate
  2. Install django dependencies
    pip install -r requirements.txt
  3. Migrate changes, and run django normally
    python manage.py migrate
    python manage.py createsuperuser
    python manage.py runserver

Paper Setting Procedure

License

This project is licensed under GNU General Public License v3.0