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