Dears,I would like to integrate pictures into my script as primes, instead of words.In the script I mentioned "picture1.jpg" in place of the text but then, where do I have to place my picture file, so that Inquisit will take it when the experiment runs?For the moment only the text "picture.jpg" appears on the screen but not hte picture itself.Is there any thing else I need to change in the script?Thanks Cécile
<block myblock>/ trials = [1=mytrial]</block><trial mytrial>/ stimulusframes = [1=prime]/ validresponse = (57)</trial><text prime>/ items = primeitems</text><item primeitems>/ 1 = "prime.jpg"</item>
<block myblock>/ trials = [1=mytrial]</block><trial mytrial>/ stimulusframes = [1=prime]/ validresponse = (57)</trial><picture prime>/ items = primeitems</picture><item primeitems>/ 1 = "prime.jpg"</item>