up Inquisit Language Reference

currentitem property

The currently selected item in the stimulus set.

Member of

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

Remarks

None.

Examples

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

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

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

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

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