Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 814 Bytes

README.md

File metadata and controls

31 lines (26 loc) · 814 Bytes

Skillet

A Open Source alternative for conducting Online Examinations

Current features

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

Requirements

It was developed using Django 1.10

Installation

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

Licence

This is my first open source project so please forgive any problems and/or dreadful code!

BSD 3-clause