.
This commit is contained in:
+2
-2
@@ -264,8 +264,8 @@ def exam_finish(request, pk, cid):
|
||||
{
|
||||
"exam": exam,
|
||||
"question_answer_tuples": question_answer_tuples,
|
||||
"answer_count": answers.length,
|
||||
"exam_length": exam.length,
|
||||
"answer_count": len(answers),
|
||||
"exam_length": len(exam),
|
||||
},
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user