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/static/exam/js/show_question.js | 60 +++++++++++++++++++++------------ testapp/static/exam/js/show_quiz.js | 50 +++++++++++++++++---------- 2 files changed, 71 insertions(+), 39 deletions(-) (limited to 'testapp/static/exam/js') diff --git a/testapp/static/exam/js/show_question.js b/testapp/static/exam/js/show_question.js index ccacbdd..e3ed1cc 100644 --- a/testapp/static/exam/js/show_question.js +++ b/testapp/static/exam/js/show_question.js @@ -1,23 +1,39 @@ function confirm_delete(frm) - { - var r = confirm("Are you Sure ?"); - if(r==false) - { - for(i=0;i