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