.
This commit is contained in:
+1
-1
@@ -1136,7 +1136,7 @@ def question_review(request, pk, sk):
|
||||
"""
|
||||
Return a json representation of the question when the exam is active
|
||||
"""
|
||||
exam = get_object_or_404(Rapid, pk=pk)
|
||||
exam = get_object_or_404(Exam, pk=pk)
|
||||
question = exam.exam_questions.all()[sk]
|
||||
|
||||
question_json = question.get_question_json(based=False)
|
||||
|
||||
Reference in New Issue
Block a user