up Inquisit Language Reference

minvalue property

The lowest possible response value on a slider survey item.

Member of

<checkboxes> <slider> <slidertrial> <textbox>

Remarks

Examples

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

<text sometext>
/ items= ("minvalue = <% slider.q1.minvalue %>")
</text>

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

<page somepage>
minvalue = <% slider.q1.minvalue %>
</page>

Send comments on this topic:
Copyright Millisecond Software, LLC. All rights reserved.