Reply To: including attention checks and break

PennController for IBEX Forums Support including attention checks and break Reply To: including attention checks and break

#6645
rhododendron
Participant

Hi Jeremy,

I have been trying to use the pick function in my experiment to implement breaks as well. The problem is that I am using a csv file for the experimental trials, which have already been pseudo-randomized and thus I want to avoid using the function randomize() on the javascript list variable. I tried defining some sort of dummy string function to return the input strings and leave them unchanged. However, this does not seem to work.
Is there any possibility to use pick without randomization or is it just easier to use separate csv files and just include breaks in between?

Thank you!