Reply To: re-taking randomized item order

PennController for IBEX Forums Support re-taking randomized item order Reply To: re-taking randomized item order

#7880
Jeremy
Keymaster

Hi Jones,

Simply add a column named Group to your table, and list different audios for the different values in that column, eg:

Audio,Group
openguise_m_sd_a.wav,A
openguise_m_namgram_a.wav,A
openguise_m_namlex_a.wav,A
openguise_m_sd_b.wav,B
openguise_m_namgram_b.wav,B
openguise_m_namlex_b.wav,B

Note that if you really want to switch sets every time the link is clicked, you will need to insert a SetCounter trial at the beginning of your Sequence so as to increase the counter whenever a new participant starts your experiment (who will possibly not complete it)

Jeremy