Group: Forum Members
Posts: 96,
Visits: 339
|
Hello, I am looking for help in integrating this syntax. Currently, this displays the 60 images I would like to display, but does not show the likert scale. The likert scale is only shown with the images when I do "run element" but not "run." It seems to not be integrated into the trial properly.
Thanks very much!
<trial IAPS> / stimulusframes = [1=IAPS] / inputdevice=keyboard / correctresponse = (" ", "1", "2", "3", "4", "5") / validresponse = (" ", "1", "2", "3", "4", "5") / response = correct </trial>
<likert Pleasantness> / anchors = [1="Unpleasant"; 5="Very Pleasant"] / stimulusframes = [1=picture.IAPS] /inputdevice= keyboard /anchorwidth = 120 / numframes=1 / numpoints=5 / position= (52, 95) / fontstyle = ("Arial", 1.5%, false, true, false, false, 5, 0) </likert>
<picture IAPS> /numitems = 60 / items = NeutralIAPS </picture>
<item NeutralIAPS> /1 = "1670.jpg" /2 = "2190.JPG"
|