summaryrefslogtreecommitdiff
path: root/templates/exam/complete.html
diff options
context:
space:
mode:
authorPrabhu Ramachandran2011-11-17 16:40:05 +0530
committerPrabhu Ramachandran2011-11-17 16:40:05 +0530
commit78e18eae416a37fdb2e27d4dde7ed9675692ac7d (patch)
tree4c403239be513d8259dd3810326bbfcdc0adaf23 /templates/exam/complete.html
parente2b3d315c3cd3eab79ad74224436b681cbf84371 (diff)
downloadonline_test-78e18eae416a37fdb2e27d4dde7ed9675692ac7d.tar.gz
online_test-78e18eae416a37fdb2e27d4dde7ed9675692ac7d.tar.bz2
online_test-78e18eae416a37fdb2e27d4dde7ed9675692ac7d.zip
ENH: Added a Quiz model and time based papers
Added a model called Quiz which allows the admin to define a quiz on a date which can be active or deactivated. Users can take a quiz if one is active and are given a fixed duration to complete the quiz. They may login as many times as needed to finish it but the total time is logged. Javascript code updates a timer on the page.
Diffstat (limited to 'templates/exam/complete.html')
-rw-r--r--templates/exam/complete.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/exam/complete.html b/templates/exam/complete.html
index ded38f7..bd90e6d 100644
--- a/templates/exam/complete.html
+++ b/templates/exam/complete.html
@@ -1,3 +1,4 @@
-<p>Exam is complete. Thank you. </p>
+<h2> Good bye! </h2>
+<p> {{message}} </p>
<br />
<p>You may now close the browser.</p>