A Open Source alternative for conducting Online Examinations
Features of each quiz:
- Storing of quiz results under each user
- Multiple choice question type
- Fill question type
- Coding acm style question
- Display an code snippets alongside the question
- Display a image snippets alongside the question
- Live Leaderboard
It was developed using Django 1.10
Clone the repo with https://github.com/garrykevin-ep/Skillet.git
.
- the stable and fully fuctional code lies in live-single_correct branch
- python manage.py migrate
- python manage.py createsuperuser
- python manage.py runserver
This is my first open source project so please forgive any problems and/or dreadful code!
BSD 3-clause