#define QUIZ_SIZE 17

mixed quiz_list = ({
  ({ "What spells do the demons of the indigo domain practise here?",
      "storm", "storm" }),
  ({ "Out of the seven domains, what is our ranking?",
      "sixth", "6th" }),
  ({ "Which element is that which we are made from?",
      "lightning", "lightning" }),
  ({ "What is the name of our master?",
      "yarus", "yarus" }),
  ({ "What is the name of our homeland?",
      "postremanus", "postremanus" }),
  ({ "Which God do we worship?",
      "lightning", "lightning" }),
  ({ "Which dimension demons are our enemies?",
      "orange", "sunlight" }),
  ({ "What is the magic word we use to cause a storm?",
      "craz", "craz" }),
  ({ "To which guild have we pledged our allegiance?",
      "vagabond", "vagabonds" }),
  ({ "What characteristic are we proudest of?",
      "power" , "power"}),
  ({ "Which dimension demons are our allies?",
      "red", "fire" }),
  ({ "From what do we craft our weapons?",
      "clouds", "clouds" }),
  ({ "Which God do we fear?",
      "sun", "sun" }),
  ({ "What do we believe the God of Sun takes away from us?",
      "power", "power" }),
  ({ "Which book do we study?",
      "trezzimizzine", "trezzimizzine" }),
  ({ "From the chambers of Sephillious, which way does our dimension lie?",
      "west", "w" }),
  ({ "What color clothes am I wearing?\n",
      "indigo", "indigo" })
                 });

