up Inquisit Language Reference

nextLabel property

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

Member of

<instruct> <survey> <surveyPage>

Syntax

object.name.nextLabel

Read/Write

Type

string

Remarks

Examples

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

<text myText>
/ items= ("nextLabel = <% surveypage.page3.nextLabel %>")
</text>

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

<page myPage>
nextLabel = <% survey.mySurvey.nextLabel %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.