up Inquisit Language Reference

currentpagenumber property

The number of current survey page.

Member of

<survey> <surveypage>

Remarks

This value indicates the page number of the survey that is currently visible.

Examples

The following displays the value of currentpagenumber in a text stimulus:

<text sometext>
/ items= ("currentpagenumber = <% survey.s1.currentpagenumber %>")
</text>

The following displays the value of currentpagenumber in an instruction page:

<page somepage>
currentpagenumber = <% survey.mysurvey.currentpagenumber %>
</page>

Send comments on this topic:
Copyright Millisecond Software, LLC. All rights reserved.