up Inquisit Language Reference

leftMargin property

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

Member of

<survey> <surveyPage>

Syntax

object.name.leftMargin

Read/Write

Type

extent

Remarks

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

Examples

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>

Copyright Millisecond Software, LLC. All rights reserved.