');
parent.frames[0].document.write('
');
parent.frames[0].document.write('
The problems you missed are listed below with answers / explanations. Look over the explanation for each problem so you can understand why you missed it!
');
parent.frames[0].document.write('');
resetdisplay();
for(var i = 0; i <10; i++) {
ganswer[i] = prompt(question[i],"");
if (ganswer[i] == "quit" || ganswer[i] == "QUIT" || ganswer[i] == "Quit") {
break;
}
q++;
if (ganswer[i] == answer[i]) {
c++;
} else {
rightans[i] = 0;
w++;
}
resetdisplay();
}
for(var i = 0; i < 10; i++) {
if (rightans[i] == 0) {
expl = expl + explain[i];
}
}
parent.frames[0].document.write(expl);
parent.frames[0].document.write("