.
This commit is contained in:
@@ -776,6 +776,10 @@ def mark(request, pk, sk):
|
||||
half_mark_answers = question.answers.filter(status=Answer.MarkOptions.HALF_MARK)
|
||||
incorrect_answers = question.answers.filter(status=Answer.MarkOptions.INCORRECT)
|
||||
|
||||
# this could be improved
|
||||
if question.normal:
|
||||
incorrect_answers = question.get_user_answers
|
||||
|
||||
return render(
|
||||
request,
|
||||
"rapids/mark.html",
|
||||
|
||||
Reference in New Issue
Block a user