[object Object] Please help us help you and fill where relevant: LimeSurvey version: [
LimeSurvey Community Edition
Version 6.10.3+250203] Own server or LimeSurvey Cloud: Survey theme/template:
==================
Initially I was working on surveys on
LimeSurvey Cloud
Version 6.10.4
and I was able to use the below function to keep elements in a fixed position during randomization.<script type='text/javascript'>/* Place option 5 at the end of the randomized list */$(document).ready(function() {var move_element="5";/* Please do NOT change the lines below */var move_element="javatbd{SGQ}"+move_element;$("#"+move_element).insertAfter("#question{QID} .answers-list .answer-item:last-child");});</script>
However when I tried using the same on the newly acquired [
LimeSurvey Community Edition
Version 6.10.3+250203], I get an error below:
Which of the following items have you bought for yourself/someone in your household in the last 12 months? {SGQ}"+move_element; $("#"+move_element).insertAfter("#question{QID} .answers-list .answer-item:last-child"); });
How can I solve this?