From 3c312b82118f2146459af1a3eac11cec0a311cad Mon Sep 17 00:00:00 2001 From: Greg S Date: Thu, 14 May 2009 17:09:37 +0000 Subject: Clean up a few more things. --- diff --git a/quizdata/question.py b/quizdata/question.py index 3350cd7..e507c0f 100644 --- a/quizdata/question.py +++ b/quizdata/question.py @@ -118,8 +118,8 @@ class TrueFalseQuestion(MultipleChoiceQuestion): @property def correct(self): - print "DEBUG: self.answer: ", self.answer - print "DEBUG: self._correct: ", self._correct + #print "DEBUG: self.answer: ", self.answer + #print "DEBUG: self._correct: ", self._correct return self.answer.lower().startswith(self._correct.lower()) #XXX: hack? -- cgit v0.9.1