currentitemnumber property

The currently selected item in the stimulus set.

Applies to

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

Remarks

None.

Examples

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

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

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

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


Send comments on this topic.
1999-2006 Millisecond Software, LLC. All rights reserved.