'); 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 ('What happened when the Ancient Egyptians buried a dead body under the hot sand of Egypt?'); 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: ' + ' "The heat and sand dried out the corpse." '); total -= 10; } newWindow.document.writeln ('


'); newWindow.document.write ('Question 2. '); newWindow.document.writeln ('What did the embalmers NOT do to the body when they made a mummy?'); 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 Ancient Egyptians did NOT put the body in a tank of water." '); total -= 10; } newWindow.document.writeln ('


'); newWindow.document.write ('Question 3. '); newWindow.document.writeln ('Who was the first mummy?'); 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: ' + ' "Osiris was the first mummy." '); total -= 10; } newWindow.document.writeln ('


'); newWindow.document.write ('Question 4. '); newWindow.document.writeln ('Which one of these items could NOT be found inside the tomb of King Tut?'); 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: ' + ' "Animal skins were not found in the tomb of King Tut." '); total -= 10; } newWindow.document.writeln ('


'); newWindow.document.write ('Question 5. '); newWindow.document.writeln ('What are the names of the Pyramids of Giza?'); 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: ' + ' "The Giza Pyramids are Cheops, Chephren, and Myrch." '); total -= 10; } newWindow.document.writeln ('


'); newWindow.document.write ('Question 6. '); newWindow.document.writeln ('Why is the Rosetta Stone important?'); 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 Rosetta Stone allowed historians to read Egyptian hieroglyphics." '); total -= 10; } newWindow.document.writeln ('


'); newWindow.document.write ('Question 7. '); newWindow.document.writeln ('In which order did the Egyptians make papyrus?'); 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: ' + ' "Ancient Egyptians picked, stripped, soaked, lay, and pressed the reeds." '); total -= 10; } newWindow.document.writeln ('


'); newWindow.document.write ('Question 8. '); newWindow.document.writeln ('Who was the first woman to rule Ancient Egypt?'); 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: ' + ' "Hatshepsut was the first woman to rule Ancient Egypt." '); total -= 10; } newWindow.document.writeln ('


'); newWindow.document.write ('Question 9. '); newWindow.document.writeln ('Which of the following is NOT a time kingdom?'); 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: ' + ' "There was no End Kingdom." '); total -= 10; } newWindow.document.writeln ('


'); newWindow.document.write ('Question 10. '); newWindow.document.writeln ('Which of the following was something the Ancient Egyptians wore?'); 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: ' + ' "Ancient Egyptian women wore tube dresses." '); total -= 10; } newWindow.alert("You scored " + total + " out of a possible 100 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 Ancient Egyptian 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 Section

1. What happened when the Ancient Egyptians buried a dead body under the hot sand of Egypt?

2. What did the embalmers NOT do to the body when they made a mummy?

3. Who was the first mummy?

4. Which of these items could NOT be found inside of Tut's tomb?

5. What are the names of the Pyramids of Giza?

6. Why is the Rosetta Stone important?

 

7. In which order did the Egyptians make papyrus?

8. Who was the first woman to rule Ancient Egypt?

9. Which of the following is not a time kingdom?

10. Which of the following was something the Ancient Egyptians wore?

Leave the Quiz and Return to the Games Section