Quiz results
+ Quiz results
+No quizzes available.
+No quizzes available.
Available quizzes
+Available quizzes
-
{% for quiz in quizzes %}
@@ -28,11 +41,24 @@
{# ############################################################### #}
{# This is rendered when we are just viewing exam/monitor/quiz_num #}
{% if quiz %}
-
{{ quiz.description }} results
+{{ quiz.description }} results
Quiz: {{ quiz_name }}
#}Number of papers: {{ papers|length }}
- +Name | @@ -61,7 +87,12 @@|||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
+ | {{ paper.user.get_full_name.title }} | -+ | {{ paper.user.username }} | {{ paper.profile.roll_number }} | {{ paper.profile.institute }} | -- cgit From b1fbf5b02280de5b78b0249e777a179e34b50b98 Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Fri, 24 Feb 2012 16:16:38 +0530 Subject: formating and identation --- testapp/templates/exam/monitor.html | 53 +++++++++++++++++-------------------- 1 file changed, 25 insertions(+), 28 deletions(-) (limited to 'testapp/templates/exam/monitor.html') diff --git a/testapp/templates/exam/monitor.html b/testapp/templates/exam/monitor.html index 60814c7..a0287e7 100644 --- a/testapp/templates/exam/monitor.html +++ b/testapp/templates/exam/monitor.html @@ -6,18 +6,15 @@ {% block manage %} -{% if not quizzes and not quiz %} -
Name | -Username | -Roll number | -Institute | -Questions answered | -Total marks | -Attempts | +Name | +Username | +Roll number | +Institute | +Questions answered | +Total marks | +Attempts |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
- {{ paper.user.get_full_name.title }} | -- {{ paper.user.username }} | +{{ paper.user.get_full_name.title }} | +{{ paper.user.username }} | {{ paper.profile.roll_number }} | {{ paper.profile.institute }} | {{ paper.get_answered_str }} | -- cgit From b7ad768a6cc4fe5c8a05e20b1968f13a678c22cc Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Tue, 28 Feb 2012 12:09:28 +0530 Subject: changes to remove the inline css from every page --- testapp/templates/exam/monitor.html | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) (limited to 'testapp/templates/exam/monitor.html') diff --git a/testapp/templates/exam/monitor.html b/testapp/templates/exam/monitor.html index a0287e7..9385e73 100644 --- a/testapp/templates/exam/monitor.html +++ b/testapp/templates/exam/monitor.html @@ -4,6 +4,9 @@ {% block meta %} {% endblock meta %} +{% block css %} + +{% endblock %} {% block manage %} {% if not quizzes and not quiz %} @@ -30,18 +33,6 @@ {% if papers %} {#
Name | -- cgit From a7c84a478789e9e835dcbb3ea41b1d519ba69b4d Mon Sep 17 00:00:00 2001 From: jayparikh111 Date: Tue, 13 Mar 2012 18:44:01 +0530 Subject: minor changes for UI --- testapp/templates/exam/monitor.html | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to 'testapp/templates/exam/monitor.html') diff --git a/testapp/templates/exam/monitor.html b/testapp/templates/exam/monitor.html index 9385e73..29cb6e9 100644 --- a/testapp/templates/exam/monitor.html +++ b/testapp/templates/exam/monitor.html @@ -7,17 +7,25 @@ {% block css %} {% endblock %} - +{% block subtitle %} + {% if not quizzes and not quiz %} + Quiz Results + {% endif %} + {% if quizzes %} + Available Quizzes + {% endif %} + {% if quiz %} + {{ quiz.description }} Results + {% endif %} +{% endblock %} {% block manage %} {% if not quizzes and not quiz %} -
---|