I want to use my university's Sona System with a two-part online study I built using Minno. Specifically, I want to use the SURVEY CODE Feature in Sona where I insert my study's URL using a specific template (e.g.,
http://www.myschool.edu/mysurvey.html?id=%SURVEY_CODE%) and the system replaces the %SURVEY_CODE% with a unique ID for the participant, thus creating a personalized link for each participant (e.g.,
http://www.myschool.edu/mysurvey.html?id=30039). This way I can link the two parts of the study for each participant, and the sign-ups on Sona, so I can give credit to who completed it while maintaining their privacy.
I'm unsure how to go about handling each URL from Minno's side. What code should I include in the mgr.js so I can log the participant's Sona ID from the URL they used?