up Inquisit Language Reference

showNextButton property

Whether to show the next button on a survey page.

Member of

<survey> <surveyPage>

Syntax

object.name.showNextButton

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 showNextButton in a text stimulus:

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

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

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

Copyright Millisecond Software, LLC. All rights reserved.