summaryrefslogtreecommitdiff
path: root/yaksh/templates
diff options
context:
space:
mode:
authormaheshgudi2017-01-11 18:18:06 +0530
committermaheshgudi2017-03-02 20:36:26 +0530
commit059034c0ec77d130eeb55af62c456773c2a64b2a (patch)
treeae58764c7a564584584a58866ee03e77a73b9bb4 /yaksh/templates
parentb001bc98db69e1ef1926b0f2103bf5a291682f93 (diff)
downloadonline_test-059034c0ec77d130eeb55af62c456773c2a64b2a.tar.gz
online_test-059034c0ec77d130eeb55af62c456773c2a64b2a.tar.bz2
online_test-059034c0ec77d130eeb55af62c456773c2a64b2a.zip
changed mcq to single correct choice
Diffstat (limited to 'yaksh/templates')
-rw-r--r--yaksh/templates/yaksh/question.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/yaksh/templates/yaksh/question.html b/yaksh/templates/yaksh/question.html
index 6218b18..27b2956 100644
--- a/yaksh/templates/yaksh/question.html
+++ b/yaksh/templates/yaksh/question.html
@@ -142,7 +142,7 @@ function call_skip(url)
<div class="panel-heading">
<h4><u> {{ question.summary }}
{% if question.type == "mcq" %}
- (Single Correct Choice Questions)
+ (Single Correct Choice)
{% elif question.type == "mcc" %}
(Multiple Correct Choices)
{% elif question.type == "code" %}