Add manual submission flag to CidUserExam and improve logging for exam completion
This commit is contained in:
@@ -1698,6 +1698,7 @@ class CidUserExam(models.Model):
|
||||
# TODO add examuserstatus?
|
||||
self.end_time = timezone.now()
|
||||
self.completed = True
|
||||
self.manual_submission = True
|
||||
self.save()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user