diff options
author | mahesh | 2017-03-20 17:23:16 +0530 |
---|---|---|
committer | mahesh | 2017-03-20 17:23:16 +0530 |
commit | f0c7992aa21c4ab69985eb43e82f14b2764c8d8c (patch) | |
tree | ec0695aecfdeedaac93088d95e3234c14e62788d | |
parent | b5daabb45621ac47c98382303800cb7a240827c2 (diff) | |
download | online_test-f0c7992aa21c4ab69985eb43e82f14b2764c8d8c.tar.gz online_test-f0c7992aa21c4ab69985eb43e82f14b2764c8d8c.tar.bz2 online_test-f0c7992aa21c4ab69985eb43e82f14b2764c8d8c.zip |
Changed question type names
-rw-r--r-- | yaksh/templates/yaksh/question.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/yaksh/templates/yaksh/question.html b/yaksh/templates/yaksh/question.html index 1bb95df..8eb7d4e 100644 --- a/yaksh/templates/yaksh/question.html +++ b/yaksh/templates/yaksh/question.html @@ -164,9 +164,9 @@ function call_skip(url) {% elif question.type == "upload" %} (ASSIGNMENT UPLOAD) {% elif question.type == "integer" %} - (ANSWER IN INTEGER) + (FILL IN THE BLANKS WITH INTEGER ANSWER) {% elif question.type == "string" %} - (ANSWER IN STRING) + (FILL IN THE BLANKS WITH STRING ANSWER) {% if testcase.string_check == "lower" %} <h5>(CASE INSENSITIVE)</h5> {% else %} @@ -174,7 +174,7 @@ function call_skip(url) {% endif %} {% elif question.type == "float" %} - (ANSWER IN FLOAT) + (FILL IN THE BLANKS WITH FLOAT ANSWER) {% endif %} </u> <font class=pull-right>(Marks : {{ question.points }}) </font> |