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