up Inquisit Language Reference

lineLength attribute

The lineLength attribute determines the horizontal width of the response textbox in terms of the number of characters that fit on a single row.

Member of

<openended>

Syntax

/ lineLength = value

or

/ lineLength = expression

Parameters

Name Type Description
value integer An integer indicating the width of the response textbox
expression value An expression that resolves to an integer indicating the width of the response textbox

Remarks

The actual width of the textbox is calculated using the width of the widest character (usually "W") in the character set. Given that most response input would likely consist of narrower characters ("I"), the actual number of characters that would fit on a single row will almost always be greater than lineLength. The default setting is 20.

Examples

The following sets the line length to 40:

<openended question>
/ stimulusTimes=[0=myText]
/ lineLength = 40
</openended>

Copyright Millisecond Software, LLC. All rights reserved.