.
This commit is contained in:
@@ -668,6 +668,7 @@ def mark(request, exam_pk, sk, unmarked_exam_answers_only=True, review=False):
|
|||||||
incorrect_answers = []
|
incorrect_answers = []
|
||||||
review_user_answers = []
|
review_user_answers = []
|
||||||
unmarked_answers_bool = False
|
unmarked_answers_bool = False
|
||||||
|
unmarked_user_answers = []
|
||||||
# this could be improved
|
# this could be improved
|
||||||
if question.normal:
|
if question.normal:
|
||||||
incorrect_answers = question.get_user_answers()
|
incorrect_answers = question.get_user_answers()
|
||||||
|
|||||||
Reference in New Issue
Block a user