Whether to show tick marks on a slider survey item.
<slider> <sliderTrial>
object.name.showTicks
Read/Write
boolean
A value of 1 indicates the button will be shown, 0 indicates it will not.
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>