Using a matrix table with a lot of statements, with Javascript we are doing a "hide" or "disable" of statements.
jQuery("#" + statements[i]).parents('.ChoiceRow').hide();
jQuery("#" + statements[i]).parents('.ChoiceRow').find('input').attr('disabled',false)
This works fine! But if the question has a force response option set, then asks for response of hidden statements.
Solved
Issue with force response and hide choice Javascript
Best answer by ahmedA
Your custom JS and the internal validations are independent of each other.
You can either hide indivudal choices using display logic or enforce force response using custom JS by disabling/hidin next button till all visible options are selected.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
