summaryrefslogtreecommitdiff
path: root/yaksh
diff options
context:
space:
mode:
authoradityacp2016-12-23 11:45:54 +0530
committeradityacp2016-12-23 11:45:54 +0530
commit2b8dac3f8508534a34b558113b01b95359311436 (patch)
treebf1834dc2694fe4a59e3ea522334983407948212 /yaksh
parent1431a5db5894219682ab6ec7240f6d8bd5f06727 (diff)
downloadonline_test-2b8dac3f8508534a34b558113b01b95359311436.tar.gz
online_test-2b8dac3f8508534a34b558113b01b95359311436.tar.bz2
online_test-2b8dac3f8508534a34b558113b01b95359311436.zip
Add minor template changes
Diffstat (limited to 'yaksh')
-rw-r--r--yaksh/templates/yaksh/add_question.html3
-rw-r--r--yaksh/templates/yaksh/question.html4
2 files changed, 4 insertions, 3 deletions
diff --git a/yaksh/templates/yaksh/add_question.html b/yaksh/templates/yaksh/add_question.html
index 57e5e78..77a7b3a 100644
--- a/yaksh/templates/yaksh/add_question.html
+++ b/yaksh/templates/yaksh/add_question.html
@@ -34,8 +34,9 @@
<input type="checkbox" name="extract" value="{{file.id}}" >{% if file.extract %} dont extract{% else %}
extract{% endif %}</input>&nbsp;&nbsp;
<input type="checkbox" name="hide" value="{{file.id}}" >{% if file.hide %} show{% else %}
- hide{% endif %}</input><br>
+ hide{% endif %}</input>
<a href="{{file.file.url}}">{{ file.file.name }}</a>
+ <br>
{% endfor %}{% endif %}
</table></center>
{% for formset in formsets %}
diff --git a/yaksh/templates/yaksh/question.html b/yaksh/templates/yaksh/question.html
index 74ac786..e29890e 100644
--- a/yaksh/templates/yaksh/question.html
+++ b/yaksh/templates/yaksh/question.html
@@ -140,9 +140,9 @@ function call_skip(url)
<div class="panel-heading">
<h4><u> {{ question.summary }}
{% if question.type == "mcq" %}
- (MCQ)
+ (Multiple Choice Questions)
{% elif question.type == "mcc" %}
- (MCC)
+ (Multiple Correct Choices)
{% elif question.type == "code" %}
(PROGRAMMING)
{% elif question.type == "upload" %}