The handlescale attribute specifies a scaling factor to be applied to the size of slider handle.
<slider> <sliderTrial>
or
/ handleScale = expressionName | Type | Description |
---|---|---|
factor | number | The factor by which the size of the handle is multiplied. |
expression | value | An expression resolving to the factor by which the size of the handle is multiplied. |
This attribute allows the slider handle to be scale on the screen. The default (no scale) is 1.0. Values larger than 1.0 increase the size.
The following slider does not display tick marks:
<slider q1>
/ caption = "Rate the video on the following scale"
/ handlescale = 1.2
</slider>