All pastes #336099 Raw Edit

Untitled

public javascript v1 · immutable
#336099 ·published 2007-02-01 20:32 UTC
rendered paste body
	//check for no radio selected	for (i=0;i<=frm.q.length;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		}	}