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 %}