summaryrefslogtreecommitdiff
path: root/yaksh/templates
diff options
context:
space:
mode:
authoradityacp2017-01-10 14:43:52 +0530
committeradityacp2017-01-10 14:43:52 +0530
commit05b8d1f19bc566e28f2b9bc232389c65f6e4b9bf (patch)
tree896aa651644179a69c0ae1e6c2aaf5053e8be481 /yaksh/templates
parentd924a36d5c0bfec383d5a07811ca197705fafe1b (diff)
parent7fb288ffd992c912a8e2288aa97d6c6ceeedf1a1 (diff)
downloadonline_test-05b8d1f19bc566e28f2b9bc232389c65f6e4b9bf.tar.gz
online_test-05b8d1f19bc566e28f2b9bc232389c65f6e4b9bf.tar.bz2
online_test-05b8d1f19bc566e28f2b9bc232389c65f6e4b9bf.zip
Merge https://github.com/fossee/online_test into fix_management_commands
Diffstat (limited to 'yaksh/templates')
-rw-r--r--yaksh/templates/yaksh/add_question.html1
-rw-r--r--yaksh/templates/yaksh/question.html2
2 files changed, 1 insertions, 2 deletions
diff --git a/yaksh/templates/yaksh/add_question.html b/yaksh/templates/yaksh/add_question.html
index 77a7b3a..75802b4 100644
--- a/yaksh/templates/yaksh/add_question.html
+++ b/yaksh/templates/yaksh/add_question.html
@@ -25,7 +25,6 @@
<tr><td>Tags: <td>{{ qform.tags }}
<tr><td>Snippet: <td>{{ qform.snippet }}
<tr><td>Partial Grading: <td>{{ qform.partial_grading }}
- <tr><td> Test Case Type: <td> {{ qform.test_case_type }}{{ qform.test_case_type.errors }}
<tr><td> File: <td> {{ fileform.file_field }}{{ fileform.file_field.errors }}
{% if uploaded_files %}<br><b>Uploaded files:</b><br>Check on delete to delete files,
extract to extract files and hide to hide files from student(if required)<br>
diff --git a/yaksh/templates/yaksh/question.html b/yaksh/templates/yaksh/question.html
index ba64b63..7cbca57 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" %}