up Inquisit Language Reference

buttonLabel property

The text label on the navigation button for openended responses.

Member of

<openended> <sliderTrial>

Syntax

object.name.buttonLabel

Read/Write

Type

string

Remarks

Examples

The following displays the value of buttonLabel in a text stimulus:

<text myText>
/ items= ("buttonLabel = <% openended.myOpenended.buttonLabel %>")
</text>

The following displays the value of buttonLabel in an instruction page:

<page myPage>
Buttonlabel = <% openended.myOpenended.buttonLabel %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.