Monday, June 16, 2008
Subscribe to:
Post Comments (Atom)
' + questions[i] + '
');
for(j=0;j
');
}
}
document.writeln('

';
} else {
document.getElementById('result_' + questionId).innerHTML = '
';
}
}
function showScore() {
if(answered != answers.length) {
alert("You have not answered all of the questions yet!");
return false;
}
questionCount = answers.length;
correct = 0;
incorrect = 0;
for(i=0;i
No comments:
Post a Comment