The label on the next button of a survey or instruction page.
<instruct> <survey> <surveyPage>
object.name.nextLabel
Read/Write
string
The following displays the value of nextLabel in a text stimulus:
<text myText>
/ items= ("nextLabel = <% surveypage.page3.nextLabel %>")
</text>
The following displays the value of nextLabel in an instruction page:
<page myPage>
nextLabel = <% survey.mySurvey.nextLabel %>
</page>