The number of the first question on the currently visible survey page.
<survey> <surveypage>
This value indicates which survey question is currently visible to the user. If a survey page contains multiple questions, the number of the first question is returned.
The following displays the value of currentquestionnumber in a text stimulus:
<text sometext>
/ items= ("currentquestionnumber = <% surveypage.page1.currentquestionnumber %>")
</text>
The following displays the value of currentquestionnumber in an instruction page:
<page somepage>
currentquestionnumber = <% survey.mysurvey.currentquestionnumber %>
</page>