up Inquisit Language Reference

minChars attribute

The minChars attribute determines the minimum number of characters allowed for a response.

Member of

<textbox>

Syntax

/ minChars = integer

or

/ minChars = expression

Parameters

Name Type Description
integer integer An integer specifying a the minimum number of characters allowed.
expression value An expression resolving to an integer specifying a the minimum number of characters allowed.

Remarks

The default setting is 0 characters.

Examples

The following allows subjects to enter responses of 2 or more characters.

<textbox question>
/ caption="Enter your age"
/ minChars = 2
</textbox>

Copyright Millisecond Software, LLC. All rights reserved.