up Inquisit Language Reference

rightMargin property

The amount of spacing for the right margin of a survey page.

Member of

<survey> <surveyPage>

Syntax

object.name.rightMargin

Read/Write

Type

extent

Remarks

The amount can be specified in percentages, pixels, or points.

Examples

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>

Copyright Millisecond Software, LLC. All rights reserved.