up Inquisit Language Reference

selectedValue property

The value of the currently selected stimulus or counter item.

Member of

<checkboxes> <radioButtons> <counter> <html> <picture> <port> <sound> <text> <video> <xid>

Syntax

object.name.selectedValue

Read Only

Type

value

Remarks

None.

Examples

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

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

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

<page myPage>
selectedvalue = <% text.myText.selectedValue %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.