up Inquisit Language Reference

maxValue property

The highest possible response value on a slider survey item.

Member of

<checkboxes> <openended> <slider> <sliderTrial> <textbox>

Syntax

object.name.maxValue

Read/Write

Type

integer

Remarks

Examples

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

<text myText>
/ items= ("maxValue = <% slider.q1.maxValue %>")
</text>

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

<page myPage>
maxvalue = <% slider.q1.maxValue %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.