From 07a8d5ec2660bd0e675a5c6f8460837b53826d21 Mon Sep 17 00:00:00 2001 From: CruiseDevice Date: Wed, 13 Feb 2019 12:10:32 +0530 Subject: Add link to the Question in Design QuestionPaper. - Add a link to edit Question while designing Question Paper. --- yaksh/templates/yaksh/design_questionpaper.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'yaksh/templates') diff --git a/yaksh/templates/yaksh/design_questionpaper.html b/yaksh/templates/yaksh/design_questionpaper.html index bf1f23e..449c12d 100644 --- a/yaksh/templates/yaksh/design_questionpaper.html +++ b/yaksh/templates/yaksh/design_questionpaper.html @@ -113,7 +113,7 @@ select
  • {% endfor %} @@ -134,7 +134,7 @@ select @@ -175,7 +175,7 @@ select
  • {% endfor %} @@ -201,7 +201,7 @@ select {% for question in random_set.questions.all %}
  • {% endfor %} -- cgit From 2d40cc641cb0b8c61f283e00ed6e59faa0b84410 Mon Sep 17 00:00:00 2001 From: CruiseDevice Date: Thu, 14 Feb 2019 16:39:02 +0530 Subject: Show link only to the creator of the question in Design Question Paper --- yaksh/templates/yaksh/design_questionpaper.html | 33 ++++++++++++++++++++++--- 1 file changed, 29 insertions(+), 4 deletions(-) (limited to 'yaksh/templates') diff --git a/yaksh/templates/yaksh/design_questionpaper.html b/yaksh/templates/yaksh/design_questionpaper.html index 449c12d..d4f7baf 100644 --- a/yaksh/templates/yaksh/design_questionpaper.html +++ b/yaksh/templates/yaksh/design_questionpaper.html @@ -113,7 +113,14 @@ select
  • {% endfor %} @@ -134,7 +141,13 @@ select @@ -175,7 +188,13 @@ select
  • {% endfor %} @@ -201,7 +220,13 @@ select {% for question in random_set.questions.all %}
  • {% endfor %} -- cgit From ca40101ccd7f014a1f531c0c2a95e9a08d260d36 Mon Sep 17 00:00:00 2001 From: CruiseDevice Date: Mon, 18 Feb 2019 11:55:42 +0530 Subject: Open link for edit question in new tab --- yaksh/templates/yaksh/design_questionpaper.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'yaksh/templates') diff --git a/yaksh/templates/yaksh/design_questionpaper.html b/yaksh/templates/yaksh/design_questionpaper.html index d4f7baf..0ab7cc0 100644 --- a/yaksh/templates/yaksh/design_questionpaper.html +++ b/yaksh/templates/yaksh/design_questionpaper.html @@ -115,7 +115,7 @@ select {% if user == question.user %} - {{ question.summary }} + {{ question.summary }} {% else %} {{question.summary}} {% endif %} @@ -143,7 +143,7 @@ select data-qid="{{question.id}}" value={{question.id}}> {% if user == question.user %} - {{ question.summary }} + {{ question.summary }} {% else %} {{question.summary}} {% endif %} @@ -190,7 +190,7 @@ select {% if user == question.user %} - {{ question.summary }} + {{ question.summary }} {% else %} {{question.summary}} {% endif %} @@ -222,7 +222,7 @@ select