up Inquisit Language Reference

leftmargin property

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

Member of

<survey> <surveypage>

Remarks

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

Examples

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

<text sometext>
/ items= ("leftmargin = <% surveypage.page3.leftmargin %>")
</text>

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

<page somepage>
leftmargin = <% survey.mysurvey.leftmargin %>
</page>

Send comments on this topic:
Copyright Millisecond Software, LLC. All rights reserved.