.
This commit is contained in:
+1
-1
@@ -252,7 +252,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.get(
|
answer = question.cid_user_answers.filter(
|
||||||
cid=cid)
|
cid=cid)
|
||||||
|
|
||||||
if request.method == "POST":
|
if request.method == "POST":
|
||||||
|
|||||||
Reference in New Issue
Block a user