up Inquisit Language Reference

showTicks property

Whether to show tick marks on a slider survey item.

Member of

<slider> <slidertrial>

Syntax

object.name.showTicks

Read/Write

Type

boolean

Remarks

A value of 1 indicates the button will be shown, 0 indicates it will not.

Examples

The following displays the value of showTicks in a text stimulus:

<text myText>
/ items= ("showTicks = <% slider.q1.showTicks %>")
</text>

The following displays the value of showTicks in an instruction page:

<page myPage>
showticks = <% slider.q2.showTicks %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.