From df0595e1f3d3dbb2b1a11967fdac053e089a714e Mon Sep 17 00:00:00 2001 From: maheshgudi Date: Tue, 10 May 2016 17:51:42 +0530 Subject: added test mode buttons in addquiz --- yaksh/templates/yaksh/add_quiz.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/yaksh/templates/yaksh/add_quiz.html b/yaksh/templates/yaksh/add_quiz.html index c47d1f7..8c3df63 100644 --- a/yaksh/templates/yaksh/add_quiz.html +++ b/yaksh/templates/yaksh/add_quiz.html @@ -22,4 +22,9 @@
+{% if quiz_id %} +

You can check the quiz by attempting it in the following modes:

+ + + {% endif %} {% endblock %} -- cgit