<?php 
/*
Specify the answer key for each quiz
Currently 10 quizzes can be used  and up to 30 question can be specified
The varuable $quizx, where x is quiz number, defines the correct answer
*/

$quiz1 = array("false","true","false","true","false","a","b","b","d","d");
$quiz2 = array("yes","c","a","a","c");
$quiz5 = array("false","true","false");

