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

Parameters

integer 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>
/ stimulusframes=[1=sometext]
/ linelength = 40
</openended>

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