The highest possible response value on a slider survey item.
<checkboxes> <slider> <slidertrial> <textbox>
The following displays the value of maxvalue in a text stimulus:
<text sometext>
/ items= ("maxvalue = <% slider.q1.maxvalue %>")
</text>
The following displays the value of maxvalue in an instruction page:
<page somepage>
maxvalue = <% slider.q1.maxvalue %>
</page>