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

Name Type Description
height extent The size of the spacing in pixels (default), percent, or points.
expression value An expression resolving to the size of the spacing in pixels (default), percent, or points.

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>

Copyright Millisecond Software, LLC. All rights reserved.