The amount of spacing between survey items.
<survey> <surveypage>
The amount can be specified in percentages, pixels, or points.
The following displays the value of itemspacing in a text stimulus:
<text sometext>
/ items= ("itemspacing = <% surveypage.page3.itemspacing %>")
</text>
The following displays the value of itemspacing in an instruction page:
<page somepage>
itemspacing = <% survey.mysurvey.itemspacing %>
</page>