up Inquisit Language Reference

minChars property

The minimum number of characters permitted for a text response.

Member of

<textbox>

Syntax

textbox.name.minChars

Read/Write

Type

integer

Remarks

Examples

The following displays the value of minChars in a text stimulus:

<text myText>
/ items= ("minChars = <% textbox.question.minChars %>")
</text>

The following displays the value of minChars in an instruction page:

<page myPage>
minchars = <% textbox.question.minChars %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.