#define QUIZ_SIZE 17

mixed quiz_list = ({
  ({ "What spell do the demons of the blue domain practise here?",
      "drown", "drown" }),
  ({ "Out of the seven domains, what is our ranking?",
      "fifth", "5th" }),
  ({ "Which element is that which we are made from?",
      "water", "water" }),
  ({ "What is the name of our master?",
      "scabimirides", "scabimirides" }),
  ({ "What is the name of our homeland?",
      "asolo", "asolo" }),
  ({ "Which God do we worship?",
      "sea", "the god of sea" }),
  ({ "Which dimension demons are our enemies?",
      "red", "fire" }),
  ({ "What is the magic word we use to cast drown?",
      "sidkalajomookie", "sidkalajomookie" }),
  ({ "To which guild have we pledged our allegiance?",
      "bard", "bards" }),
  ({ "What characteristic are we proudest of?",
      "hapiness" , "happiness"}),
  ({ "Which dimension demons are our allies?",
      "green", "naturists" }),
  ({ "From what do we craft our weapons?",
      "ice", "ice" }),
  ({ "Which God do we fear?",
      "stillness", "stilness" }),
  ({ "What do we believe the God of Stillness weakens in us?",
      "instincts", "instinct" }),
  ({ "Which book do we study?",
      "boweraubaum", "boweraubaum" }),
  ({ "From the chambers of Sephillious, which way does our dimension lie?",
      "southwest", "sw" }),
  ({ "What color clothes am I wearing?\n",
      "blue", "blue" })
                 });

