[solved] Choose more than one stimuli from a list
Hi, I'm working on an experiment that presents three stimuli in a single customized form.
The design of my experiment is that participants will be asked a question by the experimenter while seeing three photos on a tablet, and they need to choose the right one and tap on the button below it.
Each trial contains a photo represents the target and two photos serves as fillers. So I created a list of 12 photos and I want to choose three of them to present in each trial. Each photo will serve as the target(i.e. the correct answer) once. So there are 12 trials in my experiment.
The idea is that, I want to choose the photo of target first and then choose two other photos to be fillers. But I can't choose more than one photo in a loop, so I tried to use nested loops to do this.
My attempt is to create three similar loop, and in each trial choose the target in loop1, choose a filler in loop2, and choose the other filler in loop3. I want to make sure the used choice in loop1 will not be in the list in loop2, and so on. So the three photos will not overlap.
I think inline script might help me to do this, but I can't figure out how to do...
To be clear, this is how my form look like
[CL_T] and [numer_T] will be selected in loop1, [CL_F1] and [number_F1] will be selected in loop2, and [CL_F2] and [numer_F2] will be selected in loop3.
The variables in my experiment is photos categorized in two kinds(S and F),
so I used variable wizard to set my variables like this.
My question:
1) Is that design possible in opensesame ?
2) And if so, how can I use inline to complete my experiment?
Thanks,
Elliot.
Comments
I solved it by myself!