up Inquisit Language Reference

anchorValue property

The value assigned to each response on the likert scale.

Member of

<likert>

Syntax

likert.name.anchorValue

Read/Write

Type

stringarray

Remarks

This is an list property. The anchorValue is what is written to the datafile when a particular likert response is given.

Examples

The following displays the value of the first anchor of a likert scale:

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

The following displays value of the last anchor of a seven point likert scale:

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

Copyright Millisecond Software, LLC. All rights reserved.