up Inquisit Language Reference

selectedindex property

The index 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 selectedindex in a text stimulus:

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

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

<page somepage>
selectedindex = <% text.sometext.selectedindex %;>
</page>

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