Contribute to this project if you are tired with codetantra.
Joking aside, this is a web application where a teacher as an admin can conduct custom quizzes to evaluate students. It will present features like student's relative performance and weak points too.
- HTML/ CSS/ JavaScript
- Django
Basic requirements: Python 3.6 or higher
$ git clone https://github.com/ankit11hab/myBolooTeach
$ cd myBolooTeach
$ pip install -r requirements.txt
$ python manage.py makemigrations
$ python manage.py migrate
$ python manage.py runserver