#define QUIZ_SIZE 17

mixed quiz_list = ({
  ({ "What spells do the demons of the red domain practise here?",
      "backdraft", "backdraft" }),
  ({ "Out of the seven domains, what is our ranking?",
      "first", "first" }),
  ({ "Which element is that which we are made from?",
      "fire", "fire" }),
  ({ "What is the name of our master?",
      "treantus", "treantus" }),
  ({ "What is the name of our homeland?",
      "sierata", "sierata" }),
  ({ "Which God do we worship?",
      "war", "the god of war" }),
  ({ "Which dimension demons are our enemies?",
      "blue", "water" }),
  ({ "What is the magic word we use to summon fire?",
      "ferrertaram", "ferrertaram" }),
  ({ "To which guild have we pledged our allegiance?",
      "mage", "mages" }),
  ({ "What characteristic are we proudest of?",
      "determination" , "determination"}),
  ({ "Which dimension demons are our allies?",
      "indigo", "stormlords" }),
  ({ "From what do we craft our weapons?",
      "brimstone", "brimstone" }),
  ({ "Which God do we fear?",
      "love", "love" }),
  ({ "What do we believe the God of Love takes away from us?",
      "motivation", "motivation" }),
  ({ "Which book do we study?",
      "karrashaba", "karrashaba" }),
  ({ "From the chambers of Sephillious, which way does our dimension lie?",
      "northeast", "ne" }),
  ({ "What color clothes am I wearing?\n",
      "red", "red" })
                 });

