Deprecated Replaced by finishlabel
The lastLabel attribute determines the text appearing on the next button when the current instruction page in the last in its sequence.
<instruct>
| 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 "Start the task":
<instruct>
/ lastLabel = ("Start the task")
</instruct>