up Inquisit Language Reference

showBackButton property

Whether to show the back button on a survey page.

Member of

<survey> <surveyPage>

Syntax

object.name.showBackButton

Read/Write

Type

boolean

Remarks

A value of 1 indicates the button will be shown, 0 indicates it will not.

Examples

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

<text myText>
/ items= ("showBackButton = <% surveyPage.page3.showBackButton %>")
</text>

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

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

Copyright Millisecond Software, LLC. All rights reserved.