iQuiz v1.0 README

1. REQUIREMENTS - Necessary Software and Server Access
	PHP must be installed on your Web server.

2. INSTALLATION - Step-by-Step

Step 1 - Download iquiz.zip. 
Step 2 - Unzip to a temp location. 

You should now have the following files:
 - quiz.php
 - questions.xml
 - header.inc
 - footer.inc
 - quiz.css

Step 3 - Upload the files to you web host.
Step 4 - Test the script.


3. USE

To begin adding your own questions, open questions.xml with notepad. 

You'll notice a structure like this:

<QUIZ>

<QUESTION>
<TEXT>Which year did Manchester United win the treble?</TEXT>
<CHOICES>1993, 1996, 1999, 2003</CHOICES>
<ANSWER>1999</ANSWER>
</QUESTION>

</QUIZ>


You can add questions by creating a new <QUESTION> entry.  Just copy an existing one and modify the <TEXT>, <CHOICES>, and <ANSWER> content.

The <CHOICES> tag determines whether the question is short answer or multiple choice. 
NOTE::
If there is only one choice, iQuiz will print a small text field for that question and the user must submit the answer exactly as it appears in the <ANSWER> tag.  

If there are more choices, iQuiz prints each choice as a radio button.  Each choice should be separated by a comma and a space.
Remember to upload questions.xml to your site after you make changes. 


4. REPORTING BUGS
	email: mike@mrbraid.co.uk for updates and bug reporting.

5. DONATE 
	Found this script useful?  Why not donate to help keep this script free. Donations pay for the Web site hosting.  You can donate by sending a paypal payment to: girlymac2001@yahoo.co.uk