up Inquisit Language Reference

maxchars property

The maximum number of characters permitted for a text response.

Member of

<textbox>

Remarks

Examples

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>

Send comments on this topic:
Copyright Millisecond Software, LLC. All rights reserved.