.
This commit is contained in:
+6
-6
@@ -332,12 +332,12 @@ class ExamViews(View, LoginRequiredMixin):
|
|||||||
"json_creation_time": creation_time
|
"json_creation_time": creation_time
|
||||||
}
|
}
|
||||||
|
|
||||||
if self.question_type == "long":
|
#if self.question_type == "long":
|
||||||
h = {}
|
# h = {}
|
||||||
#for question in exam.exam_questions.all():
|
# #for question in exam.exam_questions.all():
|
||||||
# h[question.pk] = question.json_creation_time.isoformat()
|
# # h[question.pk] = question.json_creation_time.isoformat()
|
||||||
# h[question.pk] = "TEST"
|
# # h[question.pk] = "TEST"
|
||||||
json["multi_question_json"] = h
|
# json["multi_question_json"] = h
|
||||||
active_exams["exams"].append( json )
|
active_exams["exams"].append( json )
|
||||||
|
|
||||||
if json == False:
|
if json == False:
|
||||||
|
|||||||
Reference in New Issue
Block a user