The finishlabel attribute determines the text appearing on the navigation button when the current survey or instruction page is the last in its sequence.
Applies to
<instruct> <survey> <surveypage>
Syntax
/ finishlabel = "label"Parameters
| label | A string in quotes 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>