From b277f9191bf8720533901e58db36851675b8f430 Mon Sep 17 00:00:00 2001 From: maheshgudi Date: Fri, 3 Feb 2017 01:28:50 +0530 Subject: added skip question feature. closes #191 The can_skip_questions attribute is to be set True for students to be able to skip questions. If it is set as False, students wont be able to skip to the next question. --- yaksh/templates/exam.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'yaksh/templates/exam.html') diff --git a/yaksh/templates/exam.html b/yaksh/templates/exam.html index 101f3f3..00633a3 100644 --- a/yaksh/templates/exam.html +++ b/yaksh/templates/exam.html @@ -31,6 +31,7 @@
Question Navigator
Question(s) left: {{ paper.questions_left }}
-- cgit From 1d5cd5253b125eb6406dd67e9f267c208658bcfc Mon Sep 17 00:00:00 2001 From: maheshgudi Date: Fri, 3 Feb 2017 14:40:50 +0530 Subject: renamed quiz model attribute from can_skip_questions to allow_skip --- yaksh/templates/exam.html | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'yaksh/templates/exam.html') diff --git a/yaksh/templates/exam.html b/yaksh/templates/exam.html index 00633a3..dfcaf2d 100644 --- a/yaksh/templates/exam.html +++ b/yaksh/templates/exam.html @@ -31,8 +31,8 @@Question Navigator