<?xml version="1.0" encoding="utf-8"?>
<matchingGame>
  <gameSettings>
    <skin comment="possible values: tree football spring">spring</skin>
    <title comment="this tag not used with Christmas tree skin">Springtime is matchtime!</title>
    <instructions>You can edit these instructions, as well as the title by altering the matching.xml file. To play, just choose the flower with the correct answer.</instructions>
    <winpercentage>60</winpercentage>
    <winfinalwords>Great job! You got this many right:</winfinalwords>
    <losefinalwords>Try again! You only got this many right:</losefinalwords>
  </gameSettings>
  
  <match>
    <itemToMatch>The first day of spring is also known as the vernal equinox.</itemToMatch>
    <correctMatch>True</correctMatch>
    <incorrectMatch>False</incorrectMatch>
  </match>
  
  <match>
    <itemToMatch>Easter gets its name from:</itemToMatch>
    <correctMatch>Eostre, the Anglo goddess of spring</correctMatch>
    <incorrectMatch>Eastorus, the star that appears in the spring</incorrectMatch>
    <incorrectMatch>Easton, the name of the cave where Christ was buried</incorrectMatch>
  </match>
  
<!--          (this match has been commented out)
  <match>
    <itemToMatch>What was the Anglo-Saxon goddess Ostera, for who Easter was named, the goddess of?</itemToMatch>
    <correctMatch>The goddess of springtime</correctMatch>
    <incorrectMatch>The goddess of eggs</incorrectMatch>
    <incorrectMatch>The goddess of rabbits</incorrectMatch>
  </match>
-->
  
  <match>
    <itemToMatch>According to Greek mythology, what causes the onset of spring?</itemToMatch>
    <correctMatch>Persephone returns to her mother</correctMatch>
    <incorrectMatch>Aphrodite wakes up</incorrectMatch>
    <incorrectMatch>Zeus returns from the underworld</incorrectMatch>
  </match>
  
  <match>
    <itemToMatch>What famous poet wrote the well-quoted line: "In the spring, a young man's fancy turns to thoughts of love"?</itemToMatch>
    <correctMatch>Alfred Lord Tennyson</correctMatch>
    <incorrectMatch>Walt Whitman</incorrectMatch>
    <incorrectMatch>William Shakespeare</incorrectMatch>
  </match>

  <match>
    <itemToMatch>In which children's film is the classical music piece "Rite of Spring" used?</itemToMatch>
    <correctMatch>Fantasia</correctMatch>
    <incorrectMatch>Sleeping Beauty</incorrectMatch>
    <incorrectMatch>Snow White</incorrectMatch>
    <incorrectMatch>Tarzan</incorrectMatch>
    <incorrectMatch>Bambi</incorrectMatch>
  </match>

  <match>
    <itemToMatch>Honey bees must consume how many pounds of honey to be able to biochemically produce one pound of beeswax?</itemToMatch>
    <correctMatch>17 to 20</correctMatch>
    <incorrectMatch>1 to 2</incorrectMatch>
    <incorrectMatch>3 to 6</incorrectMatch>
    <incorrectMatch>7 to 12</incorrectMatch>
    <incorrectMatch>13 to 16</incorrectMatch>
  </match>

  <match>
    <itemToMatch>What is the most popular easter candy?</itemToMatch>
    <correctMatch>Chocolate bunnies</correctMatch>
    <incorrectMatch>Peeps</incorrectMatch>
    <incorrectMatch>Jelly beans</incorrectMatch>
  </match>
  
</matchingGame>

