Gets or sets the label of the finish button.
<instruct> <survey> <surveypage>
This is useful for dynamically setting the label for the finish button used in navigating survey and instruction pages.
The following displays the available memory mode:
<text sometext>
/ items= ("correct = <% instruct.finishlabel %>")
</text>
The following displays the application mode in an instruction page:
<page somepage>
correct = <% survey.survey1.finishlabel %>
</page>