up Inquisit Language Reference

anchorLabel function

Returns the anchor label at the specified index.

Member of

<likert>

Syntax

likert.name.anchorLabel(index)

Return Type

string

Parameters

Name Type Description
index integer The index of the anchor label to get.

Remarks

The anchorValue function returns a label from a likert's list of labels.

Examples

The following displays the anchor label from a likert element in the item for a text element:

<text myText>
/ items= ("current category = <% likert.example.anchorLabel(1) %>")
</text>

The following displays an anchor label in an instruction page:

<page myPage>
current category  = <% likert.example.anchorLabel(10) %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.