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