up Inquisit Language Reference

currentValue property

The last selected value of a standalone list item or a stimulus list.

Member of

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

Syntax

object.name.currentValue

Read Only

Type

value

Remarks

None.

Examples

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

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

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

<page myPage>
currentvalue = <% text.myText.currentValue %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.