From 812f79bd79c54b3b362ef616c121fb500b0b8a11 Mon Sep 17 00:00:00 2001 From: Prabhu Ramachandran Date: Thu, 10 Nov 2011 14:47:22 +0530 Subject: ENH: Adding a monitor page to see results Adds a simple /exam/monitor page that displays current quiz results. --- templates/exam/monitor.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 templates/exam/monitor.html (limited to 'templates/exam/monitor.html') diff --git a/templates/exam/monitor.html b/templates/exam/monitor.html new file mode 100644 index 0000000..21618e9 --- /dev/null +++ b/templates/exam/monitor.html @@ -0,0 +1,22 @@ +
Student | Questions answered | Total marks | +
---|---|---|
{{ paper.username }} | +{{ paper.answered }} | +{{ paper.total }} | + +
No quizzes so far.
+{% endif %} + -- cgit