diff options
author | Prabhu Ramachandran | 2017-01-09 16:15:27 +0530 |
---|---|---|
committer | GitHub | 2017-01-09 16:15:27 +0530 |
commit | 7fb288ffd992c912a8e2288aa97d6c6ceeedf1a1 (patch) | |
tree | 3afbf4d76e0d244bc71d0f43ace1ad2a40755e33 /yaksh/templates | |
parent | ef6a61b1938ec399efb6d66b914f245afa3ed5ff (diff) | |
parent | 9fc46fc74e87a30f9dcaada88815a5ec8814d5fd (diff) | |
download | online_test-7fb288ffd992c912a8e2288aa97d6c6ceeedf1a1.tar.gz online_test-7fb288ffd992c912a8e2288aa97d6c6ceeedf1a1.tar.bz2 online_test-7fb288ffd992c912a8e2288aa97d6c6ceeedf1a1.zip |
Merge pull request #172 from adityacp/update_docs
Update docs and fix minor issues
Diffstat (limited to 'yaksh/templates')
-rw-r--r-- | yaksh/templates/yaksh/add_question.html | 1 | ||||
-rw-r--r-- | yaksh/templates/yaksh/question.html | 2 |
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" %} |