- Posts: 18
- Thank you received: 1
Ask the community, share ideas, and connect with other LimeSurvey users!
Mazi wrote: You can use the end URL feature to load the second survey. The token can be added to that URL using
"...&usertoken={TOKEN}..."
Limesurvey should automatically replace the placeholder with the current user's token so you can read that value from URL at the second survey.
tpartner wrote: If the "second questionnaire which is not a limesurvey questionnaire", we can't help you with accessing it.
Mazi wrote: Try replacing "...&usertoken..." with "...?usertoken..."
The first passed URL parameter always needs to use "?".
The IAT workaround will work with images if you make one small change....apparently it isn't possible to use images in the Limesurvey version...
$('div.iatWord', thisQuestion).text($('.subquestion-list.unanswered:first .answertext', thisQuestion).text());
$('div.iatWord', thisQuestion).html($('.subquestion-list.unanswered:first .answertext', thisQuestion).html());