From 6cf7eb9f1a69f596ea0dcc418c1b90d3fb8ec513 Mon Sep 17 00:00:00 2001 From: Prabhu Ramachandran Date: Wed, 9 Nov 2011 03:05:03 +0530 Subject: ENH: Saving answers and added quit page/button. Cleaned up the models so the answers submitted are all saved. Also added a quit button to each question page so a user can easily quit the exam in order that another may start. --- templates/exam/question.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'templates/exam/question.html') diff --git a/templates/exam/question.html b/templates/exam/question.html index 896a8aa..4cfda27 100644 --- a/templates/exam/question.html +++ b/templates/exam/question.html @@ -18,3 +18,9 @@

You have {{quiz.questions_left}} question(s) left.

+ +
+
+{% csrf_token %} + +
-- cgit