Okay, and what would happen to the builder code I have for each routine? That code is responsible for switching to the next animal after 10 clicks, for playing a sound when the animal is tapped, and for changing the image when the animal is tapped.
If I understand your design correctly then an outer loop can change the selected rows of the inner loop every 10 trials, and you routine should already play a sound and/or end the routine and/or change the image when the animal is tapped.
Okay, so I should be removing all builder code components and instead use loops to control all of this?
I don’t know what all of your code components do, but if you start with trying to get a single routine that will play all the stimuli from a single spreadsheet then an outer loop can be added to select rows 10 at a time
Okay, I will try this and get back to you. Thank you!
Hi again! I am having a bit of a hard time understanding exactly what to do. For the experiment, in routine 1 (titled animal1) when image_1L is clicked, sound_low1 needs to play for its duration of 4 seconds, and simultaneously popup_1L needs to appear over image_1L. popup_1L can disappear when the sound is done. The same thing goes for image_1R, with sound_med1 and popup_1R. Additionally, after clicking either image a total of 10 times, the routine should move to the next one (next animal stimuli). How specifically can I modify components in the routine and/or use loops as you suggested, rather than code? Thanks again I really appreciate it!