The height of the slider or dropdown used by survey item.
<slider>
slider.name.sliderHeight
Read/Write
extent
The value can be specified in percentages, pixels, or points.
The following displays the value of sliderHeight in a text stimulus:
<text myText>
/ items= ("sliderHeight = <% slider.q1.sliderHeight %>")
</text>
The following displays the value of sliderHeight in an instruction page:
<page myPage>
sliderHeight = <% slider.q1.sliderHeight %>
</page>