How to set Completed URL if you cannot access Experiment Settings directly

I wonder how can I code my completed URL in the coder?
I am enable to access Experiment Settings in the Builder (I deleted participant’s ID and session)

Thanks!

If you accidentally corrupt your experiment by removing all variables from the expInfo section, try adding <Param name="Experiment info" updates="None" val="{'participant': ''}" valType="code"/> to the Settings section in a text editor.

Thanks, I already saw that but I did not understand what does the “Settings section in a text editor mean”. The Coder?

No – open your psyexp Builder file in a text editor.

1 Like

Great, it worked for me, thank you very much!