This program is intended to automatically generate an HTML Jeopardy game via a .csv document. Please view the previous xls or csv documents to determine the ideal format. A standard spreadsheet contains the question, the correct answer, 3 incorrect answers, the IDS, and the file specifications as well as a few dummy objects. After cleansing and completing the file, upload the csv. In importcsv.php, set the active file to the name of your spreadsheet. In generate.php, change the values in the TITLE array. Finally, run generate.php. Check to make sure the .html file runs properly online. Save the page to the folder containing your /img folder. Open the .html document: change the index of all img src elements from the default ("page elements") folder to img/. Test all media to ensure it is correct.