up Inquisit Language Reference

nextlabel property

The label on the next button of a survey or instruction page.

Member of

<instruct> <survey> <surveypage>

Remarks

Examples

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

<text sometext>
/ items= ("nextlabel = <% surveypage.page3.nextlabel %>")
</text>

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

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

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