The text label on the navigation button for openended responses.
<openended> <sliderTrial>
object.name.buttonLabel
Read/Write
string
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>