The value of the currently selected stimulus or counter item.
<counter> <picture> <port> <sound> <text> <video>
None.
The following displays the value of selectedvalue in a text stimulus:
<text sometext>
/ items= ("selectedvalue = <% text.sometext.selectedvalue %>")
</text>
The following displays the value of selectedvalue in an instruction page:
<page somepage>
selectedvalue = <% text.sometext.selectedvalue %>
</page>