up Inquisit Language Reference

currentItem property

The currently selected item in the stimulus set.

Member of

<counter> <button> <clock> <html> <picture> <port> <shape> <sound> <systembeep> <text> <video> <xid>

Syntax

object.name.currentItem

Read Only

Type

string

Remarks

None.

Examples

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

<text myText>
/ items= ("currentItem = <% text.myText.currentItem %>")
</text>

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

<page myPage>
currentitem = <% text.myText.currentItem %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.