The value of the currently selected stimulus or counter item.
<checkboxes> <radioButtons> <counter> <html> <picture> <port> <sound> <text> <video> <xid>
object.name.selectedValue
Read Only
value
None.
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>