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