up Inquisit Language Reference

setAnchorLabel function

Sets the label for the likert response at the specified index.

Member of

<likert>

Syntax

likert.name.setAnchorLabel(label, index)

Return Type

none

Parameters

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

Remarks

The setAnchorLabel function sets the label of a likert response.

Examples

The following sets the label for the first response of a likert trial to cake.

<likert.example>
/ onTrialBegin = { likert.example.setAnchorLabel("cake", 0}; }
</likert>

Copyright Millisecond Software, LLC. All rights reserved.