up Inquisit Language Reference

maxchars attribute

The maxchars attribute determines the maximum number of characters allowed for a response.

Member of

<textbox>

Syntax

/ maxchars = integer

Parameters

integer An integer specifying a the maximum number of characters allowed.

Remarks

When the number of characters typed by the respondent reaches this limit, additional typing is ignored (unless the respondent first deletes characters).

Examples

The following allows subjects to enter responses up to 2 characters.

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

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