Here is the code
<text Panas>
/size = (500, 100)
/items = panas
/position = (50, 50)
/vjustify = center
/select = sequence
</text>
<item Panas>
/1 = "sad"
/2 = "calm"
/3 = "afraid"
/4 = "lonely"
/5 = "happy"
/6 = "hostile"
/7 = "relaxed"
/8 = "irritable"
/9 = "angry"
/10 = "fearless"
/11 = "disgusted with self"
/12 = "active"
/13 = "guilty"
/14 = "tired"
/15 = "distressed"
/16 = "excited"
/17 = "scornful"
/18 = "alert"
/19 = "upset"
/20 = "ashamed"
/21 = "scared"
/22 = "angry at self"
/23 = "enthusiastic"
/24 = "nervous"
/25 = "sleepy"
/26 = "determined"
/27 = "alone"
/28 = "jittery"
/29 = "lively"
/30 = "inspired"
/31 = "concentrating"
/32 = "dissatisfied with self"
/33 = "disgusted"
/34 = "attentive"
/35 = "sluggish"
/36 = "blameworthy"
/37 = "strong"
/38 = "proud"
/39 = "interested"
/40 = "loathing"
/41 = "bold"
</item>
<likert Panas>
/ anchors = [1="Very Slighty or Not At All";
2="A Little";
3="Moderately";
4="Quite a Bit";
5="Extremely";
6="Skip"]
/ fontstyle = ("Arial", 2%, true)
/ stimulusframes = [1 = panas]
/ mouse=false
/ numpoints=6
/ position= (50, 80)
</likert>
<block likertPanas>
/ preinstructions=(rate_panas)
/ trials = [1-41 = panas]
</block>
-------
These are the "remarks" re: anchors in the documentation:
This attribute assigns text labels to points on the Likert scale. Labels can be specified for any subset of points. The labels can be any string of text including blanks. Only one label can be assigned to a given point on the scale, and labels can not be assigned to points less than 0 or greater than the number of points specificed in the
numpoints attribute.
------
It says labels cannot be assigned to points less than 0. That implies that points can be equal to 0? However whenever I try to assign
0=Skip, it will not let me and says that a number, point, label is missing when I check the code.
Right now, I have 6=Skip, which if i do averages and subjects skip will muck the data. obviously i can clean the data first, but i'm wondering if there is a shortcut.
So Is there a way to assign a value of zero to skip through the anchor element, OR is there a way i can add a button to skip the question, hence setting that button "Skip" equal to 0 on the stimulusframe that has the normal 5 pt likert scale.
simply, can i have the normal 5 pt likert scale with a addition button called "skip"