PennController for IBEX › Forums › Support › including attention checks and break › Reply To: including attention checks and break
December 8, 2021 at 11:51 am
#7590
Jeremy
Keymaster
Hi,
If you are fine with having an “asyncUpload” trial between every single trial, you could do this:
Sequence(
sepWith(
"asyncUpload"
,
subsequence( randomize("exp-trial") , repeat(randomize(startsWith("filler")),3) )
)
)
Just remember to add a script file defining subsequence
and repeat
to your project’s Modules folder
Jeremy