Read URL information

Hi, i still try to connect my Unipark Survey to my Online Experiment.
I added &participant=3 to my link. It works all right so that the particiant doesn’t have to
fill in any number and it stores the number. (I hope it will include the running number with the replacement later #lfdn# because thats how i want to identify my participants)

My Problen is
Unipark includes automatically &tic= n (because it needs this information to return to the right session)

https://run.pavlovia.org/group-ueh/masterthesises/ma_degenhardt_frauen/html/?__pilotToken=6f4922f45568161a8cdf4ad2299f6d23&__oauthToken=c7c3f583bbcbfa8d5ac1fdd95bbbf6f3045a53b96af9f60aa8c103c282a1d97d&participant=5&tic= n

and tells me to use

https://ww2.unipark.de/uc/M_APUEH_Lembcke/bea3/ospe.php?return_tic= n

to get back to the session.

I know i have to save the tic variable somehow via code, but i don’t know how.
Can somebody please help me.
Greetings Lisa

1 Like

Add tic as an additional expInfo variable and then return it as

"https://ww2.unipark.de/uc/M_APUEH_Lembcke/bea3/ospe.php?return_tic="+expInfo['tic']

Best wishes,

Wakefield

2 Likes