This commit is contained in:
Ross
2021-07-29 18:53:56 +01:00
parent a9f828327b
commit ee756f98ce
+1 -1
View File
@@ -253,7 +253,7 @@ def exam_take(request, pk, sk, cid):
pos = exam.get_question_index(question) + 1 pos = exam.get_question_index(question) + 1
answer = question.cid_user_answers.filter( answer = question.cid_user_answers.filter(
cid=cid) cid=cid).first()
if request.method == "POST": if request.method == "POST":
if answer: if answer: