This commit is contained in:
Ross
2021-07-29 19:27:31 +01:00
parent ad1190bb56
commit 987b902d39
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -280,6 +280,10 @@ def exam_take(request, pk, sk, cid):
if sk == exam_length - 1:
next = False
saved_answer = False
if answer is not None:
saved_answer = answer.answer
return render(
request,