up Inquisit Language Reference

navigationButtonHeight property

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

Member of

<survey> <surveyPage>

Syntax

object.name.navigationButtonHeight

Read/Write

Type

extent

Remarks

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

Examples

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

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

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

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

Copyright Millisecond Software, LLC. All rights reserved.