| ');
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
| ');
document.write('||||||||||||||||||||||||||||||
'); document.write('