up Inquisit Language Reference

currentindex property

The index of the currently selected value of a standalone list item or a stimulus list.

Member of

<list> <picture> <port> <sound> <text> <video> <xid>

Remarks

None.

Examples

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

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

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

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

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