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

Name Type Description
label string 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>
/ stimulusTimes = [0=ratingquestion]
/ labels=("excellent", "good", "satisfactory", "bad", "awful")
</likert>

Copyright Millisecond Software, LLC. All rights reserved.