The width to be reserved between each anchor on the likert scale.
<likert>
likert.name.anchorWidth
Read/Write
extent
The following displays the width of the anchors of a likert scale:
<text myText>
/ items= ("width = <% likert.somelikert.anchorWidth %>")
</text>
The following displays width of the anchors of a likert scale:
<page myPage>
anchor width = <% likert.somelikert.anchorWidth %>
</page>