All pastes #336078 Raw Edit

Unnamed

public javascript v1 · immutable
#336078 ·published 2007-02-01 20:20 UTC
rendered paste body
for (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  }}