up Inquisit Language Reference

labels attribute

The labels attribute specifies labels for various positions on the slider control.

Member of

<slider> <slidertrial>

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 evenly across the slider control.

Examples

The following shows a slider item with evaluative labels:

<slider ratingquestion>
/ caption = "How do you feel about icecream?"
/ labels=("excellent", "good", "satisfactory", "bad", "awful")
</slider>

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