Hi,I am programming my surveys into Inquisit. Everything is going quite smoothly except for one thing.
I have a scale that needs the Likert response to go from -3 to +3
My code is below. Inquisit keeps giving me an error.
How can I use negative values and the zero value without getting an error?
Any advice would be awesome.
<likert minik>
/ anchors = [(-3)="disagree strongly"; (-2)="somewhat disagree"; (-1)="disagree slightly"; 0="don’t know/not applicable"; 1="agree slightly"; 2="agree somewhat"; 3="agree strongly"]
/ stimulusframes = [1 = minik]
/ mouse=false
/ numpoints=7
/ position= (50, 80)
</likert>