From b3b15e889b7213906bee4be41baa44a0098fcdf4 Mon Sep 17 00:00:00 2001 From: Ross Date: Wed, 8 Sep 2021 12:22:16 +0100 Subject: [PATCH] . --- rapids/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rapids/views.py b/rapids/views.py index d2733906..0b9c903c 100755 --- a/rapids/views.py +++ b/rapids/views.py @@ -778,7 +778,7 @@ def mark(request, pk, sk): # this could be improved if question.normal: - incorrect_answers = question.get_user_answers + incorrect_answers = question.get_user_answers() return render( request,