From 6c731125bfff5d0c85d5f554a5dd2974fcedf28d Mon Sep 17 00:00:00 2001 From: tomwalker Date: Thu, 31 Jul 2014 16:03:34 +0100 Subject: [PATCH] updated readme with contributors section and updated features certifiedclouds commits --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d9d4b34..af9c040 100644 --- a/README.md +++ b/README.md @@ -21,13 +21,14 @@ Features of each quiz: * Correct answers can be shown after each question or all at once at the end * Logged in users can return to an incomplete quiz to finish it and non-logged in users can complete a quiz if their session persists * The quiz can be limited to one attempt per user -* Questions can be given a category +* Questions can be given a category and subcategory * Success rate for each category can be monitored on a progress page * Explanation for each question result can be given * Pass marks can be set * Multiple choice question type * True/False question type * Essay question type +* Display an image alongside the question * Custom message displayed for those that pass or fail a quiz * Custom permission (view_sittings) added, allowing users with that permission to view quiz results from users * A marking page which lists completed quizzes, can be filtered by quiz or user, and is used to mark essay questions @@ -40,6 +41,8 @@ Requirements ------------ django-model-utils 2.0.3 +Pillow 2.5.0 + It was developed using Django 1.6.5 Installation @@ -68,6 +71,10 @@ Add the following to your projects `urls.py` file, substituting `q` for whatever ) +Contributors +------------ +[https://github.com/certifiedloud](https://github.com/certifiedloud) +[https://github.com/crackjack](https://github.com/crackjack) This is my first open source project so please forgive any problems and/or dreadful code! -- 2.39.5