Site hosted by Angelfire.com: Build your free website today!
'); document.write(''); document.write(''); document.write(''); document.write(''); document.write('
'); document.write('TEST RESULTS SUMMARY'); document.write('
'); document.write('NAME: ' + getCookie("lastName") + ', ' + getCookie("firstName") + ' ' + getCookie("middleInitial") + '
'); document.write('I.D.: ' + getCookie("studentID") + '

'); document.write('COURSE I.D.: ' + getCookie("courseID") + '
'); document.write('TEST: ' + getCookie("testName") + '
'); document.write('DATE: ' + today.getMonth() + '/' + today.getDate() + '/' + today.getYear()); document.write('
'); document.write('Number of questions correct: ' + correct + '
'); document.write('Number of questions missed: ' + missed + '
'); document.write('Number of questions skipped: ' + skipped + '
'); document.write('Total number of questions: ' + total + '

'); document.write('TIME USED: ' + minutes + ' min.
'); document.write('SCORE: ' + score + '%'); document.write('
'); document.write('QUESTIONS MISSED OR SKIPPED
'); for (var i=0; i'); if (inst.charAt(i) == "1") { document.write(''); document.write(''); } document.write(''); document.write(''); document.write(''); document.write(''); if (max == 1) document.write(''); else { for (j=0; j'); document.write(''); document.write(''); } } document.write(''); document.write(''); if (exp.charAt(i) == "1") { document.write(''); document.write(''); } document.write('
' + (i+1) + ')
True
False
' + letters[j] + ')
Answer: ' + questions[i] + '
'); } document.write('
'); document.write(''); document.write(''); document.cookie = "testName=; path=/"; } buildReport(); // stop hiding script -->