The minimum number of characters permitted for a text response.
<textbox>
textbox.name.minChars
Read/Write
integer
The following displays the value of minChars in a text stimulus:
<text myText>
/ items= ("minChars = <% textbox.question.minChars %>")
</text>
The following displays the value of minChars in an instruction page:
<page myPage>
minchars = <% textbox.question.minChars %>
</page>