up Inquisit Language Reference

backLabel property

Gets or sets the label of the back button.

Member of

<instruct> <survey> <surveyPage>

Syntax

object.name.backLabel

Read/Write

Type

string

Remarks

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

Examples

The following displays current backLabel in a text element:

<text myText>
/ items= ("correct = <% instruct.backLabel %>")
</text>

The following displays the current backLabel in an instruction page:

<page myPage>
correct = <% instruct.backLabel %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.