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

Parameters

boolean A boolean value of true or false.

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>

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