up Inquisit Language Reference

buttonlabel attribute

The buttonlabel attribute specifies the text appearing on the button for committing openended responses.

Member of

<openended> <slidertrial>

Syntax

/ buttonlabel = "string"

Parameters

string The text label to display on the button.

Remarks

Subjects can commit their response by mouse clicking on the button if mouse is true, or by pressing CTRL+RETURN. The default label is "Next >>".

Examples

The following displays "Click to continue" on the button.

<openended question>
/ stimulusframes=[1=sometext]
/ mouse = true
/ buttonlabel = "Click to continue"
</openended>

Send comments on this topic:
Copyright Millisecond Software, LLC. All rights reserved.