up Inquisit Language Reference

anchorLabel property

The collection of anchor labels used by a likert scale.

Member of

<likert>

Syntax

likert.name.anchorLabel

Read/Write

Type

stringarray

Remarks

This is a list property.

Examples

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

<text myText>
/ items= ("correct = <% trial.somelikert.anchorLabel[0] %>")
</text>

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

<page myPage>
correct = <% trial.somelikert.anchorLabel.7 %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.