The number of current survey page.
<survey> <surveyPage>
object.name.currentPageNumber
Read Only
integer
This value indicates the page number of the survey that is currently visible.
The following displays the value of currentPageNumber in a text stimulus:
<text myText>
/ items= ("currentPageNumber = <% survey.s1.currentPageNumber %>")
</text>
The following displays the value of currentPageNumber in an instruction page:
<page myPage>
currentPageNumber = <% survey.mySurvey.currentPageNumber %>
</page>