// 01q_key.js

correctChecks = new Array (true, true, true, true, true);// Be sure there is an entry in the array for each checkbox "checked" value
correctSelect = 1,2,3,4,5;                                   // Enter the correct option (First <option> is 1)
correctPage = "01c.html";                        // Set this variable to the name of the "correct" answers page
incorrectPage = "01t.html";                    // Set this variable to the name of the "incorrect" answers page

