<!DOCTYPE html>

<html>

<head>

    <title>Classical Greece Quiz</title>

</head>

<body>

    <h1>Classical Greece - Section 4 Quiz</h1>

    

    <form>

        <p>1. Which Greek philosopher became known for his question-and-answer teaching style?</p>

        <input type="radio" name="q1" value="A"> A. Aristotle<br>

        <input type="radio" name="q1" value="B"> B. Plato<br>

        <input type="radio" name="q1" value="C"> C. Socrates<br>

        <input type="radio" name="q1" value="D"> D. Xenophon<br>

        

        <p>2. What did the Greek author Aesop write?</p>

        <input type="radio" name="q2" value="A"> A. Fables that teach moral lessons<br>

        <input type="radio" name="q2" value="B"> B. Histories of Greek wars<br>

        <input type="radio" name="q2" value="C"> C. Mythologies about Greek deities<br>

        <input type="radio" name="q2" value="D"> D. Treatises on philosophy<br>

        

        <p>3. What art form, performed in amphitheaters, formed a center of Greek cultural life?</p>

        <input type="radio" name="q3" value="A"> A. Comedic and tragic plays<br>

        <input type="radio" name="q3" value="B"> B. Readings of epic poetry<br>

        <input type="radio" name="q3" value="C"> C. Lessons in rhetoric<br>

        <input type="radio" name="q3" value="D"> D. Public political debates<br>


        <p>4. Ancient Greeks are best known for what type of art?</p>

        <input type="radio" name="q4" value="A"> A. Abstract and geometric mosaics<br>

        <input type="radio" name="q4" value="B"> B. Paintings of mythological beasts and deities<br>

        <input type="radio" name="q4" value="C"> C. Sculptures of the human form<br>

        <input type="radio" name="q4" value="D"> D. Tapestries depicting historic events<br>


        <p>5. What common Greek architectural feature does the Parthenon display?</p>

        <input type="radio" name="q5" value="A"> A. Arches<br>

        <input type="radio" name="q5" value="B"> B. Columns<br>

        <input type="radio" name="q5" value="C"> C. Domes<br>

        <input type="radio" name="q5" value="D"> D. Turrets<br>


        <p>6. How did ancient Greek courts resemble those of the United States?</p>

        <input type="radio" name="q6" value="A"> A. They included summaries of evidence.<br>

        <input type="radio" name="q6" value="B"> B. They protected against cruel and unusual punishment.<br>

        <input type="radio" name="q6" value="C"> C. They provided for a trial by jury.<br>

        <input type="radio" name="q6" value="D"> D. They secured citizens the right to an attorney.<br>


        <p>7. What significant contributions to learning did Aristotle make?</p>

        <textarea name="q7"></textarea>


        <p>8. What aspects of Athenian democracy did the United States adopt?</p>

        <textarea name="q8"></textarea>


        <br><br>

        <input type="submit" value="Submit">

    </form>

</body>

</html>