The collection of anchor labels used by a likert scale.
<likert>
likert.name.anchorLabel
Read/Write
stringarray
This is a list property.
The following displays the label used for the leftmost anchor of a likert scale:
<text myText>
/ items= ("correct = <% likert.somelikert.anchorLabel(0) %>")
</text>
The following displays the label used for the rightmost anchor of a seven point likert scale:
<page myPage>
correct = <% likert.somelikert.anchorLabel(6) %>
</page>