.
This commit is contained in:
+3
-1
@@ -263,7 +263,9 @@ def exam_finish(request, pk, cid):
|
||||
"sbas/exam_finish.html",
|
||||
{
|
||||
"exam": exam,
|
||||
"question_answer_tuples": question_answer_tuples
|
||||
"question_answer_tuples": question_answer_tuples,
|
||||
"answer_count": answers.length,
|
||||
"exam_length": exam.length,
|
||||
},
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user