diff options
Diffstat (limited to 'yaksh/models.py')
-rw-r--r-- | yaksh/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yaksh/models.py b/yaksh/models.py index 35999d3..0d8e7fe 100644 --- a/yaksh/models.py +++ b/yaksh/models.py @@ -235,7 +235,7 @@ class Question(models.Model): type = models.CharField(max_length=24, choices=question_types) # The type of evaluator - test_case_type = models.CharField(max_length=24, choices=test_case_types) + #test_case_type = models.CharField(max_length=24, choices=test_case_types) # Is this question active or not. If it is inactive it will not be used # when creating a QuestionPaper. |