#define QUIZ_SIZE 17

mixed quiz_list = ({
  ({ "What spells do the demons of the green domain practise here?",
      "naturecall", "naturecall" }),
  ({ "Out of the seven domains, what is our ranking?",
      "fourth", "4th" }),
  ({ "Which element is that which we are made from?",
      "bark", "bark" }),
  ({ "What is the name of our master?",
      "trodomite", "trodomite" }),
  ({ "What is the name of our homeland?",
      "dallinwood", "dallinwood" }),
  ({ "Which God do we worship?",
      "nature", "the god of nature" }),
  ({ "Which dimension demons are our enemies?",
      "none", "none" }),
  ({ "What is the magic word we use to reap?",
      "hufterradeis", "hufterradeis" }),
  ({ "To which guild have we pledged our allegiance?",
      "druids", "druid" }),
  ({ "What characteristic are we proudest of?",
      "spirit" , "spirit"}),
  ({ "Which dimension demons are our allies?",
      "blue", "water" }),
  ({ "From what do we craft our weapons?",
      "oak", "oak" }),
  ({ "Which God do we fear?",
      "wealth", "wealth" }),
  ({ "What do we believe the God of Wealth takes away from us?",
      "nature", "nature" }),
  ({ "Which book do we study?",
      "sicity", "sicity" }),
  ({ "From the chambers of Sephillious, which way does our dimension lie?",
      "south", "s" }),
  ({ "What color clothes am I wearing?\n",
      "green", "green" })
                 });

