#define QUIZ_SIZE 17

mixed quiz_list = ({
  ({ "What spells do the demons of the yellow domain practise here?",
      "reap", "reap spells" }),
  ({ "Out of the seven domains, what is our ranking?",
      "third", "3rd" }),
  ({ "Which element is that which we are made from?",
      "earth", "earth" }),
  ({ "What is the name of our master?",
      "delyfocusin", "delyfocusin" }),
  ({ "What is the name of our homeland?",
      "porityma", "porityma" }),
  ({ "Which God do we worship?",
      "land", "the god of land" }),
  ({ "Which dimension demons are our enemies?",
      "violet", "foundry" }),
  ({ "What is the magic word we use to reap?",
      "hufterradeis", "hufterradeis" }),
  ({ "To which guild have we pledged our allegiance?",
      "monks", "monk" }),
  ({ "What characteristic are we proudest of?",
      "conscientious" , "conscientiousness"}),
  ({ "Which dimension demons are our allies?",
      "orange", "sunlight" }),
  ({ "From what do we craft our weapons?",
      "wheat", "wheat" }),
  ({ "Which God do we fear?",
      "famine", "famine" }),
  ({ "What do we believe the God of Famine takes away from us?",
      "produce", "our produce" }),
  ({ "Which book do we study?",
      "querrisnacum", "querrisnacum" }),
  ({ "From the chambers of Sephillious, which way does our dimension lie?",
      "southeast", "se" }),
  ({ "What color clothes am I wearing?\n",
      "yellow", "yellow" })
                 });

