- Posts: 10
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
sum(self.sq_Y001) == 4 && sum(self.sq_Y002) == 4 && sum(self.sq_Y003) == 4 && sum(self.sq_Y004) == 4
<script type="text/javascript" charset="utf-8"> $(document).ready(function() { $('#question{QID} input[type="text"]:not(:disabled)').each(function(i) { if($(this).val() == '') { $(this).val(0); } }); }); </script>
sum(self.sq_SQ001) == 4