summaryrefslogtreecommitdiff
path: root/yaksh/templates
diff options
context:
space:
mode:
authormahesh2018-02-20 12:41:59 +0530
committermaheshgudi2018-03-16 15:17:20 +0530
commit4a5463d753c9af41d85a6be33257012c17d2ab15 (patch)
tree31bcd3d4a8eec287b201ab69893be908bea5db4e /yaksh/templates
parent140b6c6a06269cc39eae192605f623c7818e9260 (diff)
downloadonline_test-4a5463d753c9af41d85a6be33257012c17d2ab15.tar.gz
online_test-4a5463d753c9af41d85a6be33257012c17d2ab15.tar.bz2
online_test-4a5463d753c9af41d85a6be33257012c17d2ab15.zip
TestCaseOrder created only mcc/mcq questions
Diffstat (limited to 'yaksh/templates')
-rw-r--r--yaksh/templates/yaksh/user_data.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/yaksh/templates/yaksh/user_data.html b/yaksh/templates/yaksh/user_data.html
index 45867d2..ce2533e 100644
--- a/yaksh/templates/yaksh/user_data.html
+++ b/yaksh/templates/yaksh/user_data.html
@@ -74,8 +74,7 @@ User IP address: {{ paper.user_ip }}
{% endif %}
{% endfor %}
- {% elif question.type == "integer" or question.type == "string"
- or question.type == "float" %}
+ {% elif question.type == "integer" or question.type == "string" or question.type == "float" %}
<h5> <u>Correct Answer:</u></h5>
{% for testcase in question.get_test_cases %}
<strong>{{ testcase.correct|safe }}</strong>