Post by estocastico on Aug 21, 2020 1:38:54 GMT
Hello there!
I hope you all are doing well.
I'm in the final stage of building an experiment, and there is one thing a cannot find a way to set it up.
I have a table with 8 unknown objects that appear in 4 different contexts each (column 1 below), 32 images in total, that are associated with a pseudoword (column 2). I want the participants to see each image and listen to the associated audio, but I don't want them to hear the same audio consecutively.
I know that I can manually randomize my list (table) and use the "fixed" command in the block, but this may be a problem for me, because my experiment involves word learning, and there is the possibility that the participants learn the word that appear first better than the last, and I want to avoid that.
My code look like this:
It works really well, but I don't know the way to set it up without the possibility of playing the same sound (showing the same object) twice in a row.
Is there an instruction/command that I'm missing? Can I do that here? How do I configure it?
Thanks in advance.
Best,
I hope you all are doing well.
I'm in the final stage of building an experiment, and there is one thing a cannot find a way to set it up.
I have a table with 8 unknown objects that appear in 4 different contexts each (column 1 below), 32 images in total, that are associated with a pseudoword (column 2). I want the participants to see each image and listen to the associated audio, but I don't want them to hear the same audio consecutively.
I know that I can manually randomize my list (table) and use the "fixed" command in the block, but this may be a problem for me, because my experiment involves word learning, and there is the possibility that the participants learn the word that appear first better than the last, and I want to avoid that.
My code look like this:
table learning
object1context1 pseudoword1
object1context2 pseudoword1
object1context3 pseudoword1
object1context4 pseudoword1
object2context1 pseudoword2
object2context2 pseudoword2
object2context3 pseudoword2
object2context4 pseudoword2
object3context1 pseudoword3
object3context2 pseudoword3
object3context3 pseudoword3
object3context4 pseudoword3
...
object8context1 pseudoword8
object8context2 pseudoword8
object8context3 pseudoword8
object8context4 pseudoword8
task learning
table learning
show bitmap fixpoint
delay 500
show bitmap @1
delay 1000
sound look
delay 1500
sound @2
delay 1500
clear -1
block learning
message instructions
tasklist
learning 32 all_before_repeat
end
Is there an instruction/command that I'm missing? Can I do that here? How do I configure it?
Thanks in advance.
Best,