summaryrefslogtreecommitdiff
path: root/testapp/exam/forms.py
diff options
context:
space:
mode:
authorPrabhu Ramachandran2014-06-27 22:36:02 +0530
committerPrabhu Ramachandran2014-06-27 22:36:02 +0530
commit3c1880ffc5edc2d58f890cc32d36f1717082395a (patch)
tree15ad3a81f86e5c362262b0744e70ae7a6d4d058b /testapp/exam/forms.py
parent6f27cd40d63300e3294e170daee8c058788c5fa0 (diff)
parentc7a2f3c83f0d53741e53e0e21276aefaea8a5c28 (diff)
downloadonline_test-3c1880ffc5edc2d58f890cc32d36f1717082395a.tar.gz
online_test-3c1880ffc5edc2d58f890cc32d36f1717082395a.tar.bz2
online_test-3c1880ffc5edc2d58f890cc32d36f1717082395a.zip
Merge pull request #28 from prathamesh920/multiple_correct_type
Multiple correct type
Diffstat (limited to 'testapp/exam/forms.py')
-rw-r--r--testapp/exam/forms.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/testapp/exam/forms.py b/testapp/exam/forms.py
index c96ac7e..d0b0b74 100644
--- a/testapp/exam/forms.py
+++ b/testapp/exam/forms.py
@@ -25,6 +25,7 @@ languages = (
question_types = (
("select", "Select"),
("mcq", "Multiple Choice"),
+ ("mcc", "Multiple Correct Choices"),
("code", "Code"),
)