up Inquisit Language Reference

itemspacing attribute

The itemspacing attribute specifies the horizontal space between items on a survey page.

Member of

<survey> <surveypage>

Syntax

/ itemspacing = height

or

/ itemspacing = expression

Parameters

height The size of the spacing in pixels (default), percent, or points.
expression A dynamically selected value. See help with expression syntax for more information.

Remarks

The spacing is can be in percent (the default unit), pixels, or points.

Examples

The following randomly selects the position of the text to be the right, left, or center of the screen:

<surveypage page1>
/ caption = ("Page One")
/ itemspacing = 20px
</surveypage>

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