up Inquisit Language Reference

itemSpacing property

The amount of spacing between survey items.

Member of

<survey> <surveyPage>

Syntax

object.name.itemSpacing

Read/Write

Type

extent

Remarks

The amount can be specified in percentages, pixels, or points.

Examples

The following displays the value of itemSpacing in a text stimulus:

<text myText>
/ items= ("itemSpacing = <% surveypage.page3.itemSpacing %>")
</text>

The following displays the value of itemSpacing in an instruction page:

<page myPage>
itemspacing = <% survey.mySurvey.itemSpacing %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.