Ask the community, share ideas, and connect with other LimeSurvey users!
How do I do to get the answer on the hidden question? The question is there but I didn´t get any answers (because it is hidden). I guess it´s supposed to shown in some kind of "auto-magic" way? But how?
<script type="text/javascript" charset="utf-8"> $(document).ready(function(){ // Hide this question $('#question{QID}').hide(); // Click the "ATTRIBUTE_1" radio $('#question{QID} input.radio[value="{TOKEN:ATTRIBUTE_1}"]').trigger('click'); }); </script>