up Inquisit Language Reference

maxChars property

The maximum number of characters permitted for a text response.

Member of

<textbox>

Syntax

textbox.name.maxChars

Read/Write

Type

integer

Remarks

Examples

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>

Copyright Millisecond Software, LLC. All rights reserved.