Unnamed
public javascript v1 · immutablefor (i=0;i<=frm.length-1;i++) { if (frm.q[i].checked) { submitted_answers.push(frm.q[i].value); show_feedback(current_question); for(x=1;x<=3;x++) { document.getElementById("q"+current_question+"_"+x).style.display="none"; } break }}