up Inquisit Language Reference

backlabel attribute

The backlabel attribute determines the text appearing on the back button on a survey or instruction page.

Member of

<survey> <surveypage>

Syntax

/ backlabel = "label"

Parameters

label A string in quotes serving as text for the button.

Remarks

The default value is "Back".

Examples

The following sets the back button label to "Previous Page":

<survey somesurvey>
/ backlabel = ("Previous Page")
</survey>

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