The slidersize attribute defines the width and height of the bounding rectangle of the slider control on a slider survey item.
<slider>
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. |
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.
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>