up Inquisit Language Reference

buttonValues attribute

The buttonValues attribute specifies the values to record in the data file when the subject selects a give likert point.

Member of

<likert>

Syntax

/ buttonValues = [point=value, point=value, point=value]

Parameters

Name Type Description
point integer An integer specifying a point on the Likert scale.
value string Specifies the value (in quotes) to record in the data file if the subject selects the corresponding point.

Remarks

This command is useful for recording likert responses as something other than a likert number, such as a word or a negative number. By default, the button's number is recorded to the data file.

Examples

The following shows a five point Likert scale that records letters rather than numbers to the data file:

<likert ratingquestion>
/ stimulusTimes=[0=myText]
/ anchors=[1="excellent"; 2="good"; 3="satisfactory"; 4="bad"; 5="awful"]
/ buttonValues=[1="a"; 2="b"; 3="c"; 4="d"; 5="e"]
</likert>

Copyright Millisecond Software, LLC. All rights reserved.