Ask the community, share ideas, and connect with other LimeSurvey users!
Log in
Forgot your password? Forgot your username?
function autoForward() { var timeOut = ''; if($('.radio').length > 0 && $('.radio:checked').length === 0) { var totalQuestions = 0; var dualScaleQuestions = $('div.array-flexible-duel-scale:visible').length if(dualScaleQuestions > 0){ totalQuestions = totalQuestions = $('div.list-radio:visible').length + ($('tr.radio-list:visible').length * 2); }else{ totalQuestions = totalQuestions = $('div.list-radio:visible').length + $('tr.radio-list:visible').length; } $('.radio').on('change', function () { clearTimeout(timeOut); if ($('.radio:checked').length === totalQuestions && !$(this).closest('.answer-item').hasClass('other-item') && $('textarea:visible').length === 0 && $('.checkbox:visible').length === 0) { timeOut = setTimeout(function () { $('#movenextbtn').click(); }, 500); } }); } }
Online-surveys for every purse and purpose