'); newWindow.document.writeln (''); newWindow.document.writeln ('
'); newWindow.document.writeln ('Your Quiz Results'); newWindow.document.writeln ('
'); //newWindow.document.writeln ('

'); newWindow.document.writeln ('
'); //newWindow.document.writeln (''); newWindow.document.write ('
'); newWindow.document.write ('
'); newWindow.document.write ('
'); //newWindow.document.writeln ('

'); newWindow.document.writeln ('


'); //newWindow.document.writeln ('

'); newWindow.document.write ('Question 1. '); newWindow.document.writeln ('Who was the first European to sail down the Mississippi River from the Great Lakes to the Gulf of Mexico?'); 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: ' + ' "Rene-Robert Cavelier de La Salle sailed the entire length of the Mississippi River." '); total -= 10; } newWindow.document.writeln ('


'); newWindow.document.write ('Question 2. '); newWindow.document.writeln ('Which Spanish conquistador conquered the Inca?'); 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: ' + ' "Francisco Pizarro conquered the Inca Empire." '); total -= 10; } newWindow.document.writeln ('


'); newWindow.document.write ('Question 3. '); newWindow.document.writeln ('Who led the first expedition around the world?'); 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: ' + ' "Although he died on the journey, Ferdinand Magellan led the first expedition around the world." '); total -= 10; } newWindow.document.writeln ('


'); newWindow.document.write ('Question 4. '); newWindow.document.writeln ('Who was the first European to explore the mainland of North America after the Vikings?'); 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: ' + ' "John Cabot was the first European since the Vikings to explore the mainland of North America." '); total -= 10; } newWindow.document.writeln ('


'); newWindow.document.write ('Question 5. '); newWindow.document.writeln ('Which of the following explorers did NOT find the landmark that he was searching for?'); 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: ' + ' "Juan Ponce de Leon searched for, but did not find, the Fountain of Youth." '); total -= 10; } newWindow.document.writeln ('


'); newWindow.document.write ('Question 6. '); newWindow.document.writeln ('Who sponsored expeditions that allowed the Portuguese to discover the equator?'); 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: ' + ' "Prince Henry paid for ships to explore the west African coast and discover the equator." '); total -= 10; } newWindow.document.writeln ('


'); newWindow.document.write ('Question 7. '); newWindow.document.writeln ('Who did Hernando Cortez conquer?'); 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: ' + ' "Cortez conquered the Aztec Empire." '); total -= 10; } newWindow.document.writeln ('


'); newWindow.document.write ('Question 8. '); newWindow.document.writeln ('Balboa was the first European to see what ocean from its eastern shore?'); newWindow.document.writeln ('

'); if (form.question8.selectedIndex == 1) { newWindow.document.write ('You answered, " ' + form.question8.options[form.question8.selectedIndex].text + ' " which is correct. '); } else { newWindow.document.write ('You answered, " ' + form.question8.options[form.question8.selectedIndex].text + ' " which is incorrect. '); newWindow.document.write ('The correct answer is: ' + ' "Balboa was the first European to see the eastern shore of the Pacific Ocean." '); total -= 10; } newWindow.document.writeln ('


'); newWindow.document.write ('Question 9. '); newWindow.document.writeln ('Who was the first Englishman to sail around the world?'); newWindow.document.writeln ('

'); if (form.question9.selectedIndex == 0) { newWindow.document.write ('You answered, " ' + form.question9.options[form.question9.selectedIndex].text + ' " which is correct. '); } else { newWindow.document.write ('You answered, " ' + form.question9.options[form.question9.selectedIndex].text + ' " which is incorrect. '); newWindow.document.write ('The correct answer is: ' + ' "Sir Francis Drake was the first Englishman to sail around the world." '); total -= 10; } newWindow.document.writeln ('


'); newWindow.document.write ('Question 10. '); newWindow.document.writeln ('What landmark did Francisco Vasquez de Coronado find?'); newWindow.document.writeln ('

'); if (form.question10.selectedIndex == 3) { newWindow.document.write ('You answered, " ' + form.question10.options[form.question10.selectedIndex].text + ' " which is correct. '); } else { newWindow.document.write ('You answered, " ' + form.question10.options[form.question10.selectedIndex].text + ' " which is incorrect. '); newWindow.document.write ('The correct answer is: ' + ' "Coronado found the Grand Canyon." '); total -= 10; } newWindow.document.writeln ('


'); newWindow.document.write ('Question 11. '); newWindow.document.writeln ('What two continents were named after Amerigo Vespucci?'); newWindow.document.writeln ('

'); if (form.question11.selectedIndex == 0) { newWindow.document.write ('You answered, " ' + form.question11.options[form.question11.selectedIndex].text + ' " which is correct. '); } else { newWindow.document.write ('You answered, " ' + form.question11.options[form.question11.selectedIndex].text + ' " which is incorrect. '); newWindow.document.write ('The correct answer is: ' + ' "North America and South America were named after Amerigo Vespucci." '); total -= 10; } newWindow.document.writeln ('


'); newWindow.document.write ('Question 12. '); newWindow.document.writeln ('What did Europeans want that made them explore?'); newWindow.document.writeln ('

'); if (form.question12.selectedIndex == 2) { newWindow.document.write ('You answered, " ' + form.question12.options[form.question12.selectedIndex].text + ' " which is correct. '); } else { newWindow.document.write ('You answered, " ' + form.question12.options[form.question12.selectedIndex].text + ' " which is incorrect. '); newWindow.document.write ('The correct answer is: ' + ' "Europeans wanted to find spices, gold, and silver." '); total -= 10; } newWindow.alert("You scored " + total + " out of a possible 120 points."); newWindow.document.writeln ('


'); newWindow.document.write ('

'); newWindow.document.write ('
'); newWindow.document.write (''); newWindow.document.write (''); newWindow.document.write (''); newWindow.document.close(); } // end hide -->

Welcome to the

Online European Explorers Quiz

To take the quiz, select your answer to each of the questions by clicking on the arrow to reveal the possible answer choices.  When you have selected all of your answers, just click on the button at the bottom of the page to find out your score and see all of the correct answers...

Leave the Quiz and Return to the Games Introduction

1. Who was the first European explorer to sail down the Mississippi River from the Great Lakes to the Gulf of Mexico?

2. Which Spanish conquistador conquered the Inca?

3. Who led the first expedition around the world?

4. Who was the first European to explore the mainland of North America after the Vikings?

5. Which of the following explorers did NOT find the landmark that he was searching for?

6. Who sponsored expeditions that allowed the Portuguese to discover the equator?

7. Who did Hernando Cortez conquer?

8. Balboa was the first European to see what ocean from its eastern shore?

9. Who was the first Englishman to sail around the world?

10. What landmark did Francisco Vasquez de Coronado find?

11. What two continents were named after Amerigo Vespucci?

12. What did Europeans want that made them explore?

Leave the Quiz and Return to the Games Introduction