The backlabel attribute determines the text appearing on the back button on a survey or instruction page.
<survey> <surveypage>
label | A string in quotes serving as text for the button. |
The default value is "Back".
The following sets the back button label to "Previous Page":
<survey somesurvey>
/ backlabel = ("Previous Page")
</survey>