.
This commit is contained in:
@@ -654,6 +654,13 @@ class CidUserAnswer(models.Model):
|
||||
created = models.DateTimeField(auto_now_add=True)
|
||||
updated = models.DateTimeField(auto_now=True)
|
||||
|
||||
score = models.CharField(
|
||||
max_length=1,
|
||||
choices=Answer.MarkOptions.choices,
|
||||
default=Answer.MarkOptions.UNMARKED,
|
||||
blank=True
|
||||
)
|
||||
|
||||
def __str__(self):
|
||||
try:
|
||||
exam = self.exam
|
||||
|
||||
Reference in New Issue
Block a user