up Inquisit Language Reference

increment attribute

The increment attribute specifies the size the space between each tick on a slider survey item.

Member of

<slider>

Syntax

/ increment = integer

Parameters

integer A non-negative integer indicates the spacing between tick marks.

Remarks

The default is 1.

Examples

The following response defines a slider question with an increment of 5 ranging from 1 to 100:

<slider question1>
/ caption = "Move the slider to indicate how warm or cool you feel towards this item."
/ range = (1, 100)
/ increment = 5</response>

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