diff options
author | adityacp | 2017-01-06 14:55:25 +0530 |
---|---|---|
committer | adityacp | 2017-01-06 14:55:25 +0530 |
commit | 9fc46fc74e87a30f9dcaada88815a5ec8814d5fd (patch) | |
tree | e3ef182335d5908d465b5fc109a753761b582d82 /yaksh/templates | |
parent | c4f1fad41940acd3274d4559f820d9270a86450c (diff) | |
download | online_test-9fc46fc74e87a30f9dcaada88815a5ec8814d5fd.tar.gz online_test-9fc46fc74e87a30f9dcaada88815a5ec8814d5fd.tar.bz2 online_test-9fc46fc74e87a30f9dcaada88815a5ec8814d5fd.zip |
Change image in docs and other minor docs changes
Diffstat (limited to 'yaksh/templates')
-rw-r--r-- | yaksh/templates/yaksh/question.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yaksh/templates/yaksh/question.html b/yaksh/templates/yaksh/question.html index 8b2012c..fe696fe 100644 --- a/yaksh/templates/yaksh/question.html +++ b/yaksh/templates/yaksh/question.html @@ -140,7 +140,7 @@ function call_skip(url) <div class="panel-heading"> <h4><u> {{ question.summary }} {% if question.type == "mcq" %} - (Multiple Choice Questions) + (Single Correct Choice Questions) {% elif question.type == "mcc" %} (Multiple Correct Choices) {% elif question.type == "code" %} |