up Inquisit Language Reference

labels attribute

The labels attribute specifies labels for various button options on a likert trial

Member of

<likert>

Syntax

/ labels = ("label", "label", "label", ...)

Parameters

label Specifies the labels (in quotes) for a given choice.

Remarks

The labels are a list of strings of any text, and they are positioned above each corresponding likert button.

Examples

The following shows a likert item with evaluative labels:

<likert ratingquestion>
/ stimulusframes = [1=ratingquestion]
/ labels=("excellent", "good", "satisfactory", "bad", "awful")
</likert>

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