Whether to show the next button on a survey page.
<survey> <surveyPage>
object.name.showNextButton
Read/Write
boolean
A value of 1 indicates the button will be shown, 0 indicates it will not.
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>