.
This commit is contained in:
@@ -1139,6 +1139,8 @@ def question_review(request, pk):
|
||||
if request.is_ajax():
|
||||
exam = get_object_or_404(Exam, pk=pk)
|
||||
|
||||
print(request.POST["question_number"])
|
||||
|
||||
if not exam.publish_results:
|
||||
raise Http404
|
||||
|
||||
|
||||
Reference in New Issue
Block a user