Group: Forum Members
Posts: 2,
Visits: 5
|
Hi there,
I am new to Inquisit (and programming in general). I am having difficulty getting my pictures to run. The first picture in each series of pictures (PracticeTargets) will run (and each time I run through the task it selects one randomly, so it's recognizing all of the images), but it only shows one image. Then it will go to the second set of images (testTarget) and shows one picture randomly from that set, and that's it. I imagine this is some small technical error. Could someone please look at this code and tell me where I goofed up? Thank you in advance!
<item practiceTargets> /1="2095.jpg" /2="2811.jpg" /3="3500.jpg" /4="6212.jpg" /5="9560.jpg" </item>
<item testTarget> /1 = "3266.jpg" /2 = "3230.jpg" </item>
<picture practiceTargets> /items = PracticeTargets /select = sequence /size = (80%, 80%) </picture>
<picture testTarget> /items = testTarget /select = sequence /size = (80%, 80%) </picture>
|