up Inquisit Language Reference

topMargin property

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

Member of

<survey> <surveyPage>

Syntax

object.name.topMargin

Read/Write

Type

extent

Remarks

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

Examples

The following displays the value of topMargin in a text stimulus:

<text myText>
/ items= ("topMargin = <% surveypage.page3.topMargin %>")
</text>

The following displays the value of topMargin in an instruction page:

<page myPage>
topMargin = <% survey.mySurvey.topMargin %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.