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