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/models.py | 1 + 1 file changed, 1 insertion(+) (limited to 'testapp/exam/models.py') diff --git a/testapp/exam/models.py b/testapp/exam/models.py index 62c707b..0d31b16 100644 --- a/testapp/exam/models.py +++ b/testapp/exam/models.py @@ -28,6 +28,7 @@ languages = ( question_types = ( ("mcq", "Multiple Choice"), + ("mcc", "Multiple Correct Choices"), ("code", "Code"), ) -- cgit