up Inquisit Language Reference

currentvalue property

The last 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 currentvalue in a text stimulus:

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

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

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

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