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