'); newWindow.document.writeln (''); newWindow.document.writeln ('
'); newWindow.document.writeln ('
'); newWindow.document.write ('Question 1. '); newWindow.document.writeln ('Who was a Confederate general?'); newWindow.document.writeln ('
'); if (form.question1.selectedIndex == 2) { newWindow.document.write ('You answered, "' + form.question1.options[form.question1.selectedIndex].text + '" which is correct. '); } else { newWindow.document.write ('You answered, " ' + form.question1.options[form.question1.selectedIndex].text + ' " which is incorrect. '); newWindow.document.write ('The correct answer is: ' + ' "General Robert E. Lee was a Confederate general." '); total -= 10; } newWindow.document.writeln ('
'); newWindow.document.write ('Question 2. '); newWindow.document.writeln ('What weapon was invented during the Civil War?'); newWindow.document.writeln ('
'); if (form.question2.selectedIndex == 1) { newWindow.document.write ('You answered, " ' + form.question2.options[form.question2.selectedIndex].text + ' " which is correct. '); } else { newWindow.document.write ('You answered, " ' + form.question2.options[form.question2.selectedIndex].text + ' " which is incorrect. '); newWindow.document.write ('The correct answer is: ' + ' "The ironclad ship was invented during the Civil War." '); total -= 10; } newWindow.document.writeln ('
'); newWindow.document.write ('Question 3. '); newWindow.document.writeln ('What was a reason the Civil War was fought?'); newWindow.document.writeln ('
'); if (form.question3.selectedIndex == 0) { newWindow.document.write ('You answered, " ' + form.question3.options[form.question3.selectedIndex].text + ' " which is correct. '); } else { newWindow.document.write ('You answered, " ' + form.question3.options[form.question3.selectedIndex].text + ' " which is incorrect. '); newWindow.document.write ('The correct answer is: ' + ' "The southern states wanted to break away from the United States." '); total -= 10; } newWindow.document.writeln ('
'); newWindow.document.write ('Question 4. '); newWindow.document.writeln ('When was the Civil War fought?'); newWindow.document.writeln ('
'); if (form.question4.selectedIndex == 2) { newWindow.document.write ('You answered, " ' + form.question4.options[form.question4.selectedIndex].text + ' " which is correct. '); } else { newWindow.document.write ('You answered, " ' + form.question4.options[form.question4.selectedIndex].text + ' " which is incorrect. '); newWindow.document.write ('The correct answer is: ' + ' "The Civil War was fought from 1861 - 1865." '); total -= 10; } newWindow.document.writeln ('
'); newWindow.document.write ('Question 5. '); newWindow.document.writeln ('What was the first battle fought in the Civil War?'); newWindow.document.writeln ('
'); if (form.question5.selectedIndex == 2) { newWindow.document.write ('You answered, " ' + form.question5.options[form.question5.selectedIndex].text + ' " which is correct. '); } else { newWindow.document.write ('You answered, " ' + form.question5.options[form.question5.selectedIndex].text + ' " which is incorrect. '); newWindow.document.write ('The correct answer is: ' + ' "Fort Sumter was the first battle of the Civil War." '); total -= 10; } newWindow.document.writeln ('
'); newWindow.document.write ('Question 6. '); newWindow.document.writeln ('Who was Abraham Lincoln?'); newWindow.document.writeln ('
'); if (form.question6.selectedIndex == 1) { newWindow.document.write ('You answered, " ' + form.question6.options[form.question6.selectedIndex].text + ' " which is correct. '); } else { newWindow.document.write ('You answered, " ' + form.question6.options[form.question6.selectedIndex].text + ' " which is incorrect. '); newWindow.document.write ('The correct answer is: ' + ' "The 16th President of the United States." '); total -= 10; } newWindow.document.writeln ('
'); newWindow.document.write ('Question 7. '); newWindow.document.writeln ('What was the Underground Railroad?'); newWindow.document.writeln ('
'); if (form.question7.selectedIndex == 3) { newWindow.document.write ('You answered, " ' + form.question7.options[form.question7.selectedIndex].text + ' " which is correct. '); } else { newWindow.document.write ('You answered, " ' + form.question7.options[form.question7.selectedIndex].text + ' " which is incorrect. '); newWindow.document.write ('The correct answer is: ' + ' "A group of trails, paths, and routes some slaves used to escape." '); total -= 10; } newWindow.alert("You scored " + total + " out of a possible 70 points."); newWindow.document.writeln ('
'); newWindow.document.write ('
'); newWindow.document.write (''); newWindow.document.write ('