Hi there,
I have a question about sub-question in LimeSurvey 3.17.0 version.
I've use this code in 2.50 version , and it can work
Code:
<script type="text/javascript" charset="utf-8">
$(document).ready(function(){// Sub-question 1 is primary followed by 2 secondaries
secondaryCheckboxes({QID},3,17);// Sub-question 6 is primary followed by 3 secondaries
secondaryCheckboxes({QID},22,12);});</script>
but it doesn't work in version 3.17.0
Can anyone help me to solve this problem?