From faacb5ba720abc9660e1afa12c9a3c4d0761254f Mon Sep 17 00:00:00 2001 From: prathamesh Date: Fri, 27 Jun 2014 17:20:02 +0530 Subject: Mutiple correct choices question type added. --- testapp/exam/forms.py | 1 + 1 file changed, 1 insertion(+) (limited to 'testapp/exam/forms.py') 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"), ) -- cgit