Group: Forum Members
Posts: 11,
Visits: 40
|
Thank you. I have tried the first suggestion, and ran it on the desktop. I just wanted to make sure it was still worked on the desktop before I tried it on the web. Now my intro page, which is a jpeg format doesn't show the image, which did prior to updating Inquisit.
See below for the script.
<expt> / preinstructions = (stimulusitem) </expt>
****** All Items Needing to be modified for Different IATs are below here *******
</page>
<htmlpage stimulusitem> / file="example1.jpg" </htmlpage>
********** Instructions *************
<instruct> / font = ("Courier New", -19, 700, 0, 49) / nextkey = (" ") / nextlabel = "Press space bar to proceed" / lastlabel = "Press space bar to proceed" / prevkey = ("d") / windowsize = (95%, 95%) </instruct>
<expt> / preinstructions = (intro) </expt>
<1data> /columns =[date time subject blocknum trialnum trialcode response latency stimulus] /format=tab </data>
<1defaults> /screencolor = (175, 255, 175) /font = ("Arial", -24, 700, 0, 49) /txbgcolor=(255,255,255) </defaults>
**************** INSTRUCTION DEFINITION AND INSTRUCTION PAGES ****************** <1instruct> /nextkey=("5") /prevkey=("a") /font = ("Arial", -16, 400, 0, 49) </instruct>
<page intro> ^^Please press the spacebar to proceed. </page>
|