Test Generator v. 0.2A build 3 - 83(+) Version About -------- I was 'commisioned' to make a program that could make the process of making little quizzes easier than using menus and labels. After nearly 3 months of programming and researching, this is what popped out. Contents ------------- In this ZIP file, you will find: TMA2.83p - This is the program that you use to actualy make the test.(83 version) TMD2.83p - This is the program that shows & runs the test.(83 version) TMA2.83x - This is the program that you use to actualy make the test.(83+ version) TMD2.83x - This is the program that shows & runs the test.(83+ version) README - This nifty little file HOWTO ------------ To start a new test, fire up prgmTMA2 and choose NEW TEST. It will prompt you, asking if you are sure you want to continue. Choose yes if you want to start anew. Now, type in the number of questions that you want to be in the test. After you do that, it will prompt you for a question; type it in, remembering that it will appear EXACTLY as you input it. Then, type in the answers, and point values. Point values are used to calculate percentage correct. They can be numbers 0-9. After you have finished typing in the questions, answers, and point values, you have to enter four responses, or messages to output after the test is over based on the percentage correct. If you want to add additional questions, just choose ADD QUESTIONS from the main menu, and follow the same instructions as above. If you want to change the responses, choose EDIT RESULTS and enter the new responses. Currently, their is a 40 question limit. Warnings ------------- This uses these static variables. Make sure you have them backed up if alraedy in use. Str1 Str2 Str3 Str5 Str7 Str8 List - TMA List - TME List - TMT Str5 is where the main test is stored! Don't edit this in any way shape or form. Also, List TMA and List TME store information, that, if edited, could cause some nasty errors Don't let others edit this. Future Versions ----------------------- Since this is only an ALPHA version, there are considerable improvements to be made: Password protection of Main test maker [De/En]cryption of Str5 Integration of TMA into Str5 Customize number of responses. More Questions available History ---------- v0.1A -Original Program -ALPHA version v0.2A -numerous bug fixes -Additional questions option added -Response & change response added. Bug Reports ----------------- Send Str5, List TMA, & Str8 to: mark_olson@forpresident.com with the name of the error occuring, and an excpert of code from that spot, if possible.