up Inquisit Language Reference

finishlabel property

Gets or sets the label of the finish button.

Member of

<instruct> <survey> <surveypage>

Remarks

This is useful for dynamically setting the label for the finish button used in navigating survey and instruction pages.

Examples

The following displays the available memory mode:

<text sometext>
/ items= ("correct = <% instruct.finishlabel %>")
</text>

The following displays the application mode in an instruction page:

<page somepage>
correct = <% survey.survey1.finishlabel %>
</page>

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