#define QUIZ_SIZE 17

mixed quiz_list = ({
  ({ "What spells do the demons of the orange domain practise here?",
      "rayattack", "ray attack" }),
  ({ "Out of the seven domains, what is our ranking?",
      "second", "2nd" }),
  ({ "Which element is that which we are made from?",
      "sunlight", "sunlight" }),
  ({ "What is the name of our master?",
      "joulish", "joulish" }),
  ({ "What is the name of our homeland?",
      "yul", "yul" }),
  ({ "Which God do we worship?",
      "sunshine", "the god of sunshine" }),
  ({ "Which dimension demons are our enemies?",
      "indigo", "stormlords" }),
  ({ "What is the magic word we use to summon sunrays?",
      "hiolohiolo", "hiolohiolo" }),
  ({ "To which guild have we pledged our allegiance?",
      "barbarians", "barbarian" }),
  ({ "What characteristic are we proudest of?",
      "resilience" , "resilience"}),
  ({ "Which dimension demons are our allies?",
      "yellow", "harvesters" }),
  ({ "From what do we craft our weapons?",
      "gold", "gold" }),
  ({ "Which God do we fear?",
      "thunder", "thunder" }),
  ({ "What do we believe the God of Thunder takes away from us?",
      "sun", "the sun" }),
  ({ "Which book do we study?",
      "brickinane", "brickinane" }),
  ({ "From the chambers of Sephillious, which way does our dimension lie?",
      "east", "e" }),
  ({ "What color clothes am I wearing?\n",
      "orange", "orange" })
                 });

