From fdc531b561565345847812f409ee44af0a784e82 Mon Sep 17 00:00:00 2001 From: Prabhu Ramachandran Date: Fri, 25 Nov 2011 18:48:13 +0530 Subject: ENH: Adding support for Multiple Choice Questions Adds simple support for multiple choice questions that are also auto-checked. Many fixes to the templates and useful feature additions. This changes the database. --- templates/exam/monitor.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'templates/exam/monitor.html') diff --git a/templates/exam/monitor.html b/templates/exam/monitor.html index a15b2a2..fb6cb58 100644 --- a/templates/exam/monitor.html +++ b/templates/exam/monitor.html @@ -6,7 +6,7 @@ {% block content %} -{% if not quizzes and not papers %} +{% if not quizzes and not quiz %}
No quizzes available.
@@ -27,9 +27,9 @@ {# ############################################################### #} {# This is rendered when we are just viewing exam/monitor/quiz_num #} -{% if papers %} +{% if quiz %}Quiz: {{ quiz_name }}
#}Number of papers: {{ papers|length }}
@@ -57,9 +57,9 @@ {% endfor %} -{% else %} {% if quiz %} -No answer papers so far.
- {% endif %} +{% else %} +No answer papers so far.
+{% endif %} {# if papers #} {% endif %} Admin -- cgit