Passing variable from PsychoJS/Pavlovia to Qualtrics? (Not participant ID)

For this I’m using:

Begin Experiment

linked = 0
weblink='https://brookeshls.co1.qualtrics.com/jfe/form/surveycode'

Begin Final Routine

weblink+='&score='+str(totalScore)+'&participant='+expInfo['participant']+'&id='+expInfo['id']+'&session='+expInfo['session']+'&timeTaken='+timeTaken

Each Frame

if t>.5 and linked == 0:
    webbrowser.open(weblink,"_self")
    linked = 1

Text “Please click on Leave to continue.”

If you want the experiment to end as well, then don’t have ,"_self" in the link.