Hi,
I'm having trouble placing a textbox below a picture.
It works with a likert scale, but when I create a textbox instead I get an error that the trial reference cannot be located. I think this is because there is no stimulusframes in textbox?
Anyway, I need to present the pictures at random and only once, with one picture on the screen at once, and a textbox underneath.
I now have this:
----------------------------------------------------------------------------------*** instruction BLUR1 ***-----------------------------------------------------------------------------------<page pBLUR>You will now be presented with several pictures. It is your job to identify what's on the picture.^Please type your answer in the box below the picture.^ If you cannot identify the picture, please write "don't know".^^</page>----------------------------------------------------------------------**** BLUR1 ****----------------------------------------------------------------------<picture BLUR>/ items = BLUR/ position = (50, 40)</picture><item BLUR>/1 = "airplane.jpg"/2 = "baby.jpg"/3 = "blackeye.jpg"/4 = "bloodface.jpg"/5 = "boxing.jpg"/6 = "burning.jpg"/7 = "carcrash.jpg"/8 = "cattle.jpg"/9 = "coma.jpg"/10 = "earthquake.jpg"/11 = "firefighter.jpg"/12 = "gunshot.jpg"/13 = "hanging.jpg"/14 = "johndoe.jpg"/15 = "rape.jpg"/16 = "rebellion.jpg"/17 = "running.jpg"/18 = "thumb.jpg"/19 = "trains.jpg"/20 = "tumor.jpg"/21 = "underwear.jpg"</item><block BLUR1>/ preinstructions = (pBLUR)/ trials = [1-21 = BLUR]</block>Thanks for your help.