Dear all
It's me again ;). I have another question:
Inquisit shows meeither picture 1 or picture 2 randomly:
<trial showPic>
/ stimulusframes =[1=noreplace(pic)]
/ validresponse =(anyresponse)
/ inputdevice =keyboard
</trial>
pic contains:
<item pic>
/1 = “pic1.jpg”
/2 = “pic2.jpg”
</item>
<picture pic>
/items = pic
</picture>
I would like to savethe result (meaning what picture has been shown) to a variable.
I have created anexpression
<expressions>
/picResult = 0
But how can I assignthe result to the generated expression (picResult)?
Thanks a lot
Becca.