up Inquisit Language Reference

navigationButtonWidth property

The width of the back and forward buttons on a survey page.

Member of

<survey> <surveyPage>

Syntax

object.name.navigationButtonWidth

Read/Write

Type

extent

Remarks

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

Examples

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

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

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

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

Copyright Millisecond Software, LLC. All rights reserved.