diff options
-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> |