up Inquisit Language Reference

currentquestionnumber property

The number of the first question on the currently visible survey page.

Member of

<survey> <surveypage>

Remarks

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.

Examples

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>

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