.
This commit is contained in:
@@ -613,12 +613,6 @@ class CidUserAnswer(models.Model):
|
|||||||
ans = ans.strip()
|
ans = ans.strip()
|
||||||
|
|
||||||
|
|
||||||
# def get_compare_string(self):
|
|
||||||
# # strip here should be unneccasry (providing clean is now working)
|
|
||||||
# s = self.answer.lower().strip()
|
|
||||||
# s = s.translate(str.maketrans('', '', string.punctuation))
|
|
||||||
# return s
|
|
||||||
|
|
||||||
def is_marked(self):
|
def is_marked(self):
|
||||||
if self.score == "":
|
if self.score == "":
|
||||||
return False
|
return False
|
||||||
|
|||||||
Reference in New Issue
Block a user