up Inquisit Language Reference

backlabel property

Gets or sets the label of the back button.

Member of

<instruct> <surveypage>

Remarks

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

Examples

The following displays the available memory mode:

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

The following displays the application mode in an instruction page:

<page somepage>
correct = <% instruct.backlabel %>
</page>

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