The maximum number of characters permitted for a text response.
<textbox>
The following displays the value of maxchars in a text stimulus:
<text sometext>
/ items= ("maxchars = <% textbox.question.maxchars %>")
</text>
The following displays the value of maxchars in an instruction page:
<page somepage>
maxchars = <% textbox.question.maxchars %>
</page>