       Title: Quiz Machine Engine
     Version: 1.0
 Platform(s): TI-89, TI-92+
      Author: Greg aka GForce
    Web Site: www.geocities.com/gdietsche
      E-Mail: gdietsche@email.com
Release Date: 01/13/2001
	Size: 936 bytes


----Summary----
	+This is an engine that allows you to create customized quizzes for your self. 
	+It reads a data variable and create a quiz based on the info

----How to Use------
1. Send the program to the calc

	1.1 send quizeng.89p to your calc
	1.2 for examples send Elemdat.89c and/or Statecap.89c

2. Usage
	2.1 To run the program type quiz("nameofvar") where nameofvar is
		a data variable that contains information for a quiz in the correct
		format which is described below.

----Format Of A Quiz Machine Data Variable----

EVERY piece of data must be a string!

	Column One:
		Row1: QuizTitle
		Row2: DataCol1Title
		Row3: DataCol2Title

		Row4: Quiz2Title
		Row5: DataCol1Title-Quiz2
		Row6: DataCol2Title-Quiz2

		Row6: The Pattern just keeps repeating...

	Column Two:
		Row1-Row x Data for the first quiz
	Column Three:
		Row1-Row x Data for the first quiz
	
	Column Four: 2nd quiz data
	Column Five: 2nd quiz data
		Again, This pattern repeats

So a data variable in the proper format would look like...

|Column 1   | |Col 2| |Col3|
|"The Quiz" | |"1+1"| |"2" |
|"Col1Title"| |"2+2"| |"4" |
|"Col2Title"| |"3+3"| |"6" |

... This. Also, look at the example quizzes provided.

----DISTRIBUTION----
Feel free to distribute this program! Especially with your own custom
quizes! But do however, give credit where credit is due!

----TROUBLE SHOOTING---
	- Make sure that the data variable is in the correct format
	- Make sure that you have enough memory on your calc
	-Otherwise any errors as far as i know will be your fault; either by 
	typing something wrong or not following the above rules for a data variable.


---KNOWEN BUGS---
	NONE

---Contact Me----
gforceti86calc@email.com
If you have any suggestions or bug reports please email me (I don't bite)
if you don't understand this (documentation) please ask me I will try to 
help you out as best as I can. You may also want to visit my webpage at 
www.geocities.com/gdietsche first though... I may have posted something 
there that could help you!


-----Program History-----
Version 1.0 
	Released 01/13/01
	-engine size is 936 bytes
