Reply To: Skipping Trials

PennController for IBEX Forums Support Skipping Trials Reply To: Skipping Trials

#7575
Jeremy
Keymaster

Hi,

The trials are not skipped, they are just executed very quickly, because you didn’t include any wait command. You probably want to replace .test.clicked() with .wait() in the “final” trial, and add something to your “thanks” trial so your participants have time to read the message (eg. a Button element with .wait() too) and can then move on to the next trial in your sequence, labeled “sendd”, which will send the results to the server

Jeremy