|
You think you know America's favorite fantasy team? You've been a Silver Dragon faithful for years and you want to show the world your spirit? Take the Test. When you finish, a pop-up screen will show you results. Copy and email that to me at [email protected]. Perfect scores will receive official Silver Dragon prizes. That's right, CD's, T-Shirts, maybe a temporary tattoo. Grades of A's will receive awards also. Are you feeling lucky?
Web Winder JavaScript Quiz Creator
");
var table1 = ("Report Card Silver Dragon Quiz | | Right Answers | " + form.myScore.value + " | | Total Possible | " + form.questNo.value + " | | Percent Right | " + form.percent.value + "% | | Letter Grade | " + form.grade.value + " |
");
if(eval(form.myScore.value) < eval(form.questNo.value)) {
var table2 = ("| Questions Answered Incorrectly | " + form.HwrongAns.value + "
");
} else {
var table2 = "";
}
var pageBody = ("" + header + "" + table1 + "" + table2 + "" + footer + "");
reportWin = window.open("","","width=620,height=400,toolbar=yes,menubar=yes,scrollbars=yes");
reportWin.document.write(pageBody);
reportWin.document.close();
//reportWin.document.write(pageBody);
//reportWin.document.close();
}
function clearForm(form)
{
form.questNo.value = "";
form.question.value = "";
form.choiceA.value = "";
form.choiceB.value = "";
form.choiceC.value = "";
form.choiceD.value = "";
form.yourChoice.value = "";
form.results.value = "";
form.myScore.value = "";
form.percent.value = "";
form.grade.value = "";
form.HwrongAns.value = "";
}
|