Reply To: Introducing self-timed breaks on preordered lists

PennController for IBEX Forums Support Introducing self-timed breaks on preordered lists Reply To: Introducing self-timed breaks on preordered lists

#7829
Jeremy
Keymaster

Hi,

If you already know the number of trials you will have (say, 240), you could use the pick function mentioned in those messages:

xptrials = seq("mainexp")
Sequence("consent","setcounter","participants","instructions",
         "practice_session","start_experiment",
         pick(xptrials,120),"break",pick(xptrials,120),
         SendResults(),"end");

Note that your table stim.csv has two headers rows: you should delete one of the first two rows (the second one, I presume). It also has a row that only contains list at line 243, which you should also delete

Jeremy