The finishLabel attribute determines the text appearing on the navigation button when the current survey or instruction page is the last in its sequence.
<instruct> <survey> <surveyPage>
Name | Type | Description |
---|---|---|
label | string | A string serving as text for the button. |
The default value is "Next".
The following sets the finish button label to "Thank you!":
<survey somesurvey>
/ finishLabel = ("Thank you!")
</survey>