]> git.parisson.com Git - django_quiz.git/commitdiff
updated readme with contributors section and updated features certifiedclouds commits
authortomwalker <tomwalker0472@gmail.com>
Thu, 31 Jul 2014 15:03:34 +0000 (16:03 +0100)
committertomwalker <tomwalker0472@gmail.com>
Thu, 31 Jul 2014 15:03:34 +0000 (16:03 +0100)
README.md

index d9d4b3421d86b9ad65bb758af8afe93375dac960..af9c0405971d2ac6ad5918cd4eb6aa795f822b45 100644 (file)
--- 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!