PennController for IBEX › Forums › Support › Introducing self-timed breaks on preordered lists › Reply To: Introducing self-timed breaks on preordered lists
March 3, 2022 at 6:01 pm
#7829

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