up Inquisit Language Reference

slidersize attribute

The slidersize attribute defines the width and height of the bounding rectangle of the slider control on a slider survey item.

Member of

<slider>

Syntax

/ slidersize = (width variable, height variable)

Parameters

width variable The width of the rectangle in pixels (default), percent, or points.
height variable The height of the rectangle in pixels (default), percent, or points.

Remarks

The slidersize attribute allows the slider control to be scaled to the desired size for a questionnaire, independent of the size of the slider question.

Examples

The following presents a slider question, with the slider sized to 200 by 20 pixels.

<slider question1>
/ caption = "Rate the movie you just watched.
/ slidersize=(200, 20)
/ options = ("vanilla", "chocolate", "strawberry", "mint chip")
</slider>

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