The width of the likert scale.
<likert>
likert.name.scaleWidth
Read Only
extent
The value can be specified in percentages, pixels, or points.
The following displays the width of the anchors of a likert scale:
<text myText>
/ items= ("correct = <% trial.somelikert.scaleWidth %>")
</text>
The following displays width of the anchors of a likert scale:
<page myPage>
correct = <% trial.somelikert.scaleWidth %>
</page>