up Inquisit Language Reference

shownextbutton property

Whether to show the next button on a survey page.

Member of

<survey> <surveypage>

Remarks

A value of 1 indicates the button will be shown, 0 indicates it will not.

Examples

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

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

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

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

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