Reply To: including attention checks and break

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

#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