up Inquisit Language Reference

selectedvalue property

The value of the currently selected stimulus or counter item.

Member of

<counter> <picture> <port> <sound> <text> <video>

Remarks

None.

Examples

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

<text sometext>
/ items= ("selectedvalue = <% text.sometext.selectedvalue %>")
</text>

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

<page somepage>
selectedvalue = <% text.sometext.selectedvalue %>
</page>

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