The amount of spacing between survey items.
<survey> <surveyPage>
object.name.itemSpacing
Read/Write
extent
The amount can be specified in percentages, pixels, or points.
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>