This commit is contained in:
Ross
2021-03-03 19:52:22 +00:00
parent f8bdb93e33
commit 48e6957c2e
-6
View File
@@ -613,12 +613,6 @@ class CidUserAnswer(models.Model):
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):
if self.score == "":
return False