From 763f96559bd1827ce87a72708d72efc9361ef588 Mon Sep 17 00:00:00 2001
From: prathamesh
Date: Mon, 16 Jun 2014 17:04:40 +0530
Subject: Models modified.
QuestionPaper model modified for generating random questions.
Added language field to Question model.
Removed tags from Quiz model.
Template and javascript for Add and Edit questions modified.
Added test cases for models.
---
testapp/templates/exam/add_quiz.html | 3 ---
1 file changed, 3 deletions(-)
(limited to 'testapp/templates/exam/add_quiz.html')
diff --git a/testapp/templates/exam/add_quiz.html b/testapp/templates/exam/add_quiz.html
index 9851584..c2533de 100644
--- a/testapp/templates/exam/add_quiz.html
+++ b/testapp/templates/exam/add_quiz.html
@@ -5,11 +5,8 @@
{% block css %}
-
{% endblock %}
{% block script %}
-
-
{% endblock %}
{% block onload %} onload="javascript:test();" {% endblock %}
--
cgit