The labels attribute specifies labels for various button options on a likert trial
<likert>
Name | Type | Description |
---|---|---|
label | string | Specifies the labels (in quotes) for a given choice. |
The labels are a list of strings of any text, and they are positioned above each corresponding likert button.
The following shows a likert item with evaluative labels:
<likert ratingquestion>
/ stimulusTimes = [0=ratingquestion]
/ labels=("excellent", "good", "satisfactory", "bad", "awful")
</likert>