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

#7280
Jeremy
Keymaster

Hi Larissa,

You script works fine when I try it myself: https://farm.pcibex.net/r/vjsHXy/
(I had to make a couple minor adjustments to the images and create a dummy table to make this project run—don’t hesitate to share your own project’s demonstration link in the future so we can see your code in its original environment and test it without making those edits)

Lorrainy: your callback command should be .callback( jump("pratica1") , end() )—when I apply this edit to (a copy of) your project, it works as expected: the experiment goes back to “pratica1” as soon as I click the “Voltar” button, I don’t need to click the “Seguir” one

Jeremy