.
This commit is contained in:
+1
-1
@@ -284,7 +284,7 @@ def exam_take(request, pk, sk, cid):
|
|||||||
|
|
||||||
exam_length = len(exam.exam_questions.all())
|
exam_length = len(exam.exam_questions.all())
|
||||||
|
|
||||||
pos = exam.get_question_index(question) + 1
|
pos = exam.get_question_index(question)
|
||||||
|
|
||||||
answer = question.cid_user_answers.filter(
|
answer = question.cid_user_answers.filter(
|
||||||
cid=cid, exam=exam).first()
|
cid=cid, exam=exam).first()
|
||||||
|
|||||||
Reference in New Issue
Block a user