up Inquisit Language Reference

anchorlabel property

The collection of anchor labels used by a likert scale.

Member of

<likert>

Remarks

This is a collection property.

Examples

The following displays the label used for the leftmost anchor of a likert scale:

<text sometext>
/ items= ("correct = <% trial.somelikert.anchorlabel.1 %>")
</text>

The following displays the label used for the rightmost anchor of a seven point likert scale:

<page somepage>
correct = <% trial.somelikert.anchorlabel.7 %>
</page>

Send comments on this topic:
Copyright Millisecond Software, LLC. All rights reserved.