The minchars attribute determines the minimum number of characters allowed for a response.
<textbox>
integer | An integer specifying a the minimum number of characters allowed. |
The default setting is 0 characters.
The following allows subjects to enter responses of 2 or more characters.
<textbox question>
/ caption="Enter your age"
/ minchars = 2
</textbox>