.
This commit is contained in:
+1
-1
@@ -989,7 +989,7 @@ def question_json(self, request, pk):
|
||||
return JsonResponse(question_json)
|
||||
|
||||
@login_required
|
||||
def exam_json_recreate(self, request, pk):
|
||||
def question_json_recreate(self, request, pk):
|
||||
question = get_object_or_404(self.Question, pk=pk)
|
||||
|
||||
question.recreate_json = True
|
||||
|
||||
Reference in New Issue
Block a user