Difference between revisions of "Maximum text length"
(New page: == Challenge == You want to set maximum length on text question == Code == quest.maxlength = 2) |
(→Code) |
||
Line 2: | Line 2: | ||
You want to set maximum length on text question | You want to set maximum length on text question | ||
== Code == | == Code == | ||
+ | <source lang="javascript" line="1" > | ||
quest.maxlength = 2 | quest.maxlength = 2 | ||
+ | </source> |
Revision as of 10:59, 2 March 2009
Challenge
You want to set maximum length on text question
Code
1 quest.maxlength = 2