.
This commit is contained in:
@@ -189,6 +189,9 @@ class CidUserAnswer(models.Model):
|
||||
def get_answers(self):
|
||||
return (self.a, self.b, self.c, self.d, self.e)
|
||||
|
||||
def get_answer_string(self):
|
||||
return [str(i) for i in (self.a, self.b, self.c, self.d, self.e)]
|
||||
|
||||
def get_answer_score(self):
|
||||
q = self.question
|
||||
|
||||
|
||||
Reference in New Issue
Block a user