Group: Forum Members
Posts: 6,
Visits: 43
|
Hi!
We're having a hard time trying to code this experiment! Would love some help.
So there's 2 groups of stimuli per condition (test or control condition) and 3 items in each stimuli group. We want to know how to code for one condition, let's say the test condition, with the following constraints:
Two pictures must appear at a time, one from each stimuli group, with sides randomized, and randomly select which Stimuli from Group1 goes with which Stimuli from Group2 Once you pair a Stimulus from Group1 with a stimulus from Group 2, neither of those specific stimuli can appear again And there are 2 audio stimuli, and we want it to choose randomly which audio plays each time.
Here's the code for the stimuli and audio elements. In this case stimuli group 1 is kaisee, and stimuli group 2 is regli, and there are there instances of each.
<picture kaisee1> / items= ("T1.jpg") / size = (500,656) </picture>
<picture kaisee2> / items= ("T2.jpg") / size = (500,656) </picture>
<picture kaisee3> / items= ("T3.jpg") / size = (500,656) </picture>
<picture regli1> / items= ("2T1.jpg") / size = (500,656) </picture>
<picture regli2> / items= ("2T2.jpg") / size = (500,656) </picture>
<picture regli3> / items= ("2T3.jpg") / size = (500,656) </picture>
<video kaisee> / items = ("whichis_kaisee.mp3") </video>
<video regli> / items = ("whichis_regli.mp3") </video>
Does that make sense? Thanks so much for your help!
-L
|