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

Parameters

integer 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>

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