From 20a630bee1db9b2df6f0a820de40fe97d0703064 Mon Sep 17 00:00:00 2001 From: maheshgudi Date: Fri, 17 Nov 2017 17:54:22 +0530 Subject: Position cursor automatically on text area during quiz --- yaksh/templates/yaksh/question.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'yaksh') diff --git a/yaksh/templates/yaksh/question.html b/yaksh/templates/yaksh/question.html index af24778..83ee16b 100644 --- a/yaksh/templates/yaksh/question.html +++ b/yaksh/templates/yaksh/question.html @@ -165,19 +165,19 @@ lang = "{{ question.language }}" {% if question.type == "integer" %} Enter Integer:
- +

{% endif %} {% if question.type == "string" %} Enter Text:
- +

{% endif %} {% if question.type == "float" %} Enter Decimal Value :
- +

{% endif %} @@ -207,7 +207,7 @@ lang = "{{ question.language }}" Undo Changes  - +
{% endif %}
-- cgit