From 3e5c98c6432f0d745bea44bf5e5d870e352d164a Mon Sep 17 00:00:00 2001 From: CruiseDevice Date: Mon, 18 Feb 2019 15:42:25 +0530 Subject: Mulitple UI changes in Quiz Edit Page: - Remove extra conditions - Rename View Questionpaper button to Edit Questionpaper button --- yaksh/templates/yaksh/add_quiz.html | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/yaksh/templates/yaksh/add_quiz.html b/yaksh/templates/yaksh/add_quiz.html index 246e0fb..0762f10 100644 --- a/yaksh/templates/yaksh/add_quiz.html +++ b/yaksh/templates/yaksh/add_quiz.html @@ -37,15 +37,11 @@ {% if quiz and course_id %} {% if quiz.questionpaper_set.get.id %}
- View Question Paper - {% if user.profile.is_moderator %} - {% if quiz.questionpaper_set.get %} - - Preview Question Paper - -
- {% endif %} - {% endif %} + Edit Question Paper + + Preview Question Paper + +

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

-- cgit