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