The buttonLabel attribute specifies the text appearing on the button for committing openended responses.
<openended> <sliderTrial>
Name | Type | Description |
---|---|---|
string | string | The text label to display on the button. |
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 >>".
The following displays "Click to continue" on the button.
<openended question>
/ stimulusTimes=[0=myText]
/ mouse = true
/ buttonLabel = "Click to continue"
</openended>