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>
label | A string in quotes 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>