Maximum text length
Maximum text length
In order to limit number of characters that respondent input to text box.
As a questionnaire creator
I want to set maximum length on text question.
Example
- I have a Text grid question like below.
- I want to set maximum length on text question.
Solution
- Add a Text grid question to Questionnaire editor like below
- Go to menu Properties -> Question scripts -> Java script tab -> Input script
Code
quest.maxlength = 10;
Source
Questionnaire Resource Id on cg site: 159730