Reply To: How to add a "come back" button to the practice trial

PennController for IBEX Forums Support How to add a "come back" button to the practice trial Reply To: How to add a "come back" button to the practice trial

#7249
Jeremy
Keymaster

Hello,

If you don’t mind the progress bar widening as the participant goes back in the sequence, since PennController 2.0 you can do this:

newButton("come back")
  .callback( jump("practice trial") , end() )
  .print()

(that’s assuming your practice trial is literally labeled practice trial)

Jeremy