From e1e334964aaaed89e7e6d85094048518cb7ad88c Mon Sep 17 00:00:00 2001 From: CruiseDevice Date: Sat, 8 Aug 2020 00:56:26 +0530 Subject: Add select all checkbox in design qp for fixed questions. --- yaksh/templates/yaksh/add_quiz.html | 2 +- yaksh/templates/yaksh/design_questionpaper.html | 72 +++++++++++++------------ 2 files changed, 40 insertions(+), 34 deletions(-) (limited to 'yaksh/templates') diff --git a/yaksh/templates/yaksh/add_quiz.html b/yaksh/templates/yaksh/add_quiz.html index 55e3bd6..01b6f8c 100644 --- a/yaksh/templates/yaksh/add_quiz.html +++ b/yaksh/templates/yaksh/add_quiz.html @@ -55,7 +55,7 @@ {% if quiz and course_id %} {% if quiz.questionpaper_set.get.id %}
Select questions to add:
Fixed questions currently in paper:
+Fixed questions currently in paper:
-- User Mode: Attempt quiz the way normal users will attempt i.e. - + Try as student: Attempt quiz the way students will attempt i.e. -
Total number of participants: {{ total }}
-Question | Type | Total | Answered Correctly |
---|
Question | Type | Total | Answered Correctly | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ question.summary }} - + | {{ question.summary }}
-
+
+
Summary:
@@ -38,7 +37,7 @@
Description:
- {{ question.description }} + {{ question.description|safe }} Points: @@ -50,7 +49,7 @@ Type:- {{ question.type }} + {{ question.get_type_display }} {% if question.type in 'mcq mcc' %} @@ -72,6 +71,11 @@ |
+ + + | {{ question.type }} | {{value.1}} | {{ value.0 }} ({% widthratio value.0 value.1 100 %}%) | -- cgit From 348a6a5b0786ffc28cb988c1fcc62232a7e57fc2 Mon Sep 17 00:00:00 2001 From: adityacp Date: Fri, 28 Aug 2020 12:49:32 +0530 Subject: Release changes --- yaksh/templates/yaksh/question.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'yaksh/templates') diff --git a/yaksh/templates/yaksh/question.html b/yaksh/templates/yaksh/question.html index 6489b38..3f7e67e 100644 --- a/yaksh/templates/yaksh/question.html +++ b/yaksh/templates/yaksh/question.html @@ -239,21 +239,21 @@ question_type = "{{ question.type }}"; {% if question.type == "integer" %} Enter Integer:Institute | Marks | Attempts | -Time | +Time Left | Status | +Special Attempt | {{ paper.marks_obtained }} | {{ paper.answers.count }} | {{ paper.time_left }} | -{{ paper.status }} | +{% if paper.is_attempt_inprogress %} + + {% else %} + Completed + {% endif %} + | +{% specail_attempt_monitor paper.user.id course.id quiz.id %} | {% endfor %} @@ -126,7 +152,6 @@ $(document).ready(function()