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

Name Type Description
label string A string 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>

Copyright Millisecond Software, LLC. All rights reserved.