Hello,
I want to have a likert scale that goes from 0 to 4, and I need to keep the scale numbers that way because there is a scoring protocol based on those numbers that I will need to do with the data. However, whenever I include the zero point in the scale, I try to run the sequence and it says "/ anchors: a quote, number or label is missing." I'm not sure why this is happening, since Help states that you can include a zero point in a likert scale. Here's what I have so far:
<likert pfq>/ anchors = [0="Never"; 1="Rarely"; 2="Sometimes"; 3="Frequently"; 4="Continuously or almost continuously"]/ stimulusframes = [1 = pfq]/ mouse=false/ numpoints=5/ position= (50, 80)</likert>
<likert pfq>
/ anchors = [0="Never"; 1="Rarely"; 2="Sometimes"; 3="Frequently"; 4="Continuously or almost continuously"]
/ stimulusframes = [1 = pfq]
/ mouse=false
/ numpoints=5
/ position= (50, 80)
</likert>