- Posts: 12
- Thank you received: 1
Ask the community, share ideas, and connect with other LimeSurvey users!
<script type="text/javascript" charset="utf-8"> $(document).ready(function(){ // Identify this question var thisQuestion = $('#question{QID}'); // start listener $('input.radio', thisQuestion).on('click', function(e) { if($(this).attr('value') >2 ) { $('p.answer-item',thisQuestion).show(); } else { $('p.answer-item',thisQuestion).hide(); } }); }); </script> .
(Q2a.NAOK>2 AND !is_empty(Q2a_comment.NAOK)) OR (Q2a.NAOK<=2 AND is_empty(Q2a_comment.NAOK))