up Inquisit Language Reference

showTicks attribute

The showTicks attribute specifies whether tick marks should be visible on a slider item.

Member of

<slider> <sliderTrial>

Syntax

/ showTicks = boolean

Parameters

Name Type Description
boolean boolean

Remarks

Examples

The following slider does not display tick marks:

<slider q1>
/ caption = "Rate the video on the following scale"
/ showTicks = false
</slider>

Copyright Millisecond Software, LLC. All rights reserved.