The amount of spacing for the left margin of a survey page.
<survey> <surveyPage>
object.name.leftMargin
Read/Write
extent
The amount can be specified in percentages, pixels, or points.
The following displays the value of leftMargin in a text stimulus:
<text myText>
/ items= ("leftMargin = <% surveypage.page3.leftMargin %>")
</text>
The following displays the value of leftMargin in an instruction page:
<page myPage>
LeftMargin = <% survey.mySurvey.leftMargin %>
</page>