up Inquisit Language Reference

lastLabel attribute

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.

Member of

<instruct>

Syntax

/ lastLabel = label

Parameters

Name Type Description
label string A string serving as text for the button.

Remarks

The default value is "Next".

Examples

The following sets the finish button label to "Start the task":

<instruct>
/ lastLabel = ("Start the task")
</instruct>

Copyright Millisecond Software, LLC. All rights reserved.