Usability fix for textarea
-
Hi, @prasunsen!
Can you add some changes to improve usability of forms?
1)
File:chained-quiz/models/question.php
Line: 124Change:
<textarea class='chained-quiz-frontend' name='answer'></textarea>
to:
<textarea class='chained-quiz-frontend' cols='80' rows='5' required='required' name='answer'></textarea>
2)
In mobile devicestextarea
will be looks better with this styles:textarea.chained-quiz-frontend { width: 100%; }
Thanks!
Chained Quiz 1.0.6.1
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Usability fix for textarea’ is closed to new replies.