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