up Inquisit Language Reference

handleScale attribute

The handlescale attribute specifies a scaling factor to be applied to the size of slider handle.

Member of

<slider> <sliderTrial>

Syntax

/ handleScale = factor

or

/ handleScale = expression

Parameters

Name 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.

Remarks

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.

Examples

The following slider does not display tick marks:

<slider q1>
/ caption = "Rate the video on the following scale"
/ handlescale = 1.2
</slider>

Copyright Millisecond Software, LLC. All rights reserved.