Group: Forum Members
Posts: 12,
Visits: 42
|
I was wondering if anyone has ever tried to use images as stimuli in a likert scale measure. I am trying to add a different picture for each question but when I run the experiment it won't show the image, it just shows the name of the image. Anybody have any adivce? I've attached my script below.
<expt> / blocks = [1=likertsb] </expt>
<text sb> /size = (500, 70) /items = sbquests /position = (50, 50) /halign = center /select = noreplace </text>
<item sbquests> /1 = "bm1.gif" /2 = "bm2.gif" /3 = "bm3.gif" /4 = "bm4.gif" /5 = "bm5.gif" /6 = "wm2.gif" /7 = "wm1.gif" /8 = "wm3.gif" /9 = "wm4.gif" /10 = "wm5.gif" </item>
<picture black> / numitems = 5 / select = RANDOM / items = ("bm1.gif", "bm2.gif", "bm3.gif", "bm4.gif", "bm5.gif") </picture>
<picture white> / numitems = 5 / select = RANDOM / items = ( "wm1.gif", "wm2.gif", "wm3.gif", "wm4.gif", "wm5.gif") </picture>
<likert sb> /buttonvalues = [1="0"; 2="1"; 3="2"; 4="3";5="4"; 6="5";7="6"] / anchors = [1="Not at all similar to me"; 7="Extremely similar to me"] / stimulusframes = [1 = sb] /anchorwidth = 120 /inputdevice= mouse / mouse=true / numpoints=7 / position= (50, 80) </likert>
<block likertsb> / preinstructions=(rate_sb) / trials = [1-10 = sb] </block>
|