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

Name Type Description
string 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>
/ stimulusTimes=[0=myText]
/ mouse = true
/ buttonLabel = "Click to continue"
</openended>

Copyright Millisecond Software, LLC. All rights reserved.