From 246478f4ef75ae713e96a64d210bd3710bed3df9 Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Thu, 22 Mar 2012 17:50:34 +0530 Subject: Tagging functionality in quiz --- testapp/templates/exam/edit_quiz.html | 16 ++++++++++------ testapp/templates/exam/grade_user.html | 2 +- testapp/templates/exam/show_quiz.html | 4 ++-- testapp/templates/exam/showquestions.html | 4 ++-- 4 files changed, 15 insertions(+), 11 deletions(-) (limited to 'testapp/templates') diff --git a/testapp/templates/exam/edit_quiz.html b/testapp/templates/exam/edit_quiz.html index 2ab01bb..8e4917d 100644 --- a/testapp/templates/exam/edit_quiz.html +++ b/testapp/templates/exam/edit_quiz.html @@ -5,14 +5,17 @@ {% block css %} - + {% endblock %} +{% block script %} + + + +{% endblock %} + +{% block onload %} onload = 'javascript:form_load();' {% endblock %} + {% block manage %}
{% csrf_token %} @@ -22,6 +25,7 @@ table th, table td Start Date: {{ form.start_date}} Duration: {{ form.duration }} Active: {{ form.active }} + Tags: {{ form.tags }} Description: {{ form.description }}
{% endfor %} diff --git a/testapp/templates/exam/grade_user.html b/testapp/templates/exam/grade_user.html index 5ffb199..7137548 100644 --- a/testapp/templates/exam/grade_user.html +++ b/testapp/templates/exam/grade_user.html @@ -63,7 +63,7 @@ Start time: {{ paper.start_time }}
diff --git a/testapp/templates/exam/show_quiz.html b/testapp/templates/exam/show_quiz.html index 1a4c289..886a696 100644 --- a/testapp/templates/exam/show_quiz.html +++ b/testapp/templates/exam/show_quiz.html @@ -24,8 +24,8 @@

   -   - +   + {% endif %} diff --git a/testapp/templates/exam/showquestions.html b/testapp/templates/exam/showquestions.html index d406522..62b40e4 100644 --- a/testapp/templates/exam/showquestions.html +++ b/testapp/templates/exam/showquestions.html @@ -15,7 +15,7 @@ {% endfor %}
   -   - +   + {% endblock %} -- cgit