- Posts: 44
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
Really strange ,kevinleung wrote: It is working at the first time. But if I want to update the answer, it change back to ATTRIBUTE_1
No : it means the bug are in 3.22 too …kevinleung wrote: I saw that "3.22 have the same issue", so it should be fine.
I don't find it…kevinleung wrote: May I know if there are any alternative solution to solve the issue?
<script> $(function() { if($("#question{QID} :radio:checked").length == 0) { $("#question{QID} :radio[value='{TOKEN:ATTRIBUTE_1}']").click(); } }); </script>