up Inquisit Language Reference

finishLabel attribute

The finishLabel attribute determines the text appearing on the navigation button when the current survey or instruction page is the last in its sequence.

Member of

<instruct> <survey> <surveyPage>

Syntax

/ finishLabel = label

Parameters

Name Type Description
label string A string serving as text for the button.

Remarks

The default value is "Next".

Examples

The following sets the finish button label to "Thank you!":

<survey somesurvey>
/ finishLabel = ("Thank you!")
</survey>

Copyright Millisecond Software, LLC. All rights reserved.