======================================================
  Proctor Applet- Copyright  1998 Steven Vincent
  http://members.tripod.com/~StevenVincent
======================================================

 Always make sure Proctor.class, your HTML test file, 
  and images are in the same directory. !

- Webpages are HTML files, written in HTML format.
- Applets are small applications placed inside webpages.

____MAKE CUSTOMIZED TESTS_____________________________

*'PROCTOR PAL' is the easiest way to make your tests.
 Just save the HTML file from the test window when 
 you're finished.

*In the case of making your test with an HTML file in a 
 text editor (e.g. Notepad), here is a sample insert...

<APPLET CODE="Proctor.class" WIDTH=300 HEIGHT=200>
   <PARAM NAME=title VALUE="Test title">
   <PARAM NAME=random VALUE="true">
   <PARAM NAME=time VALUE="4">  <!Time limit in minutes>
   <PARAM NAME=coded VALUE="false">    <!Encrypt source>
   <PARAM NAME=q1 VALUE="A 4 choice question;image.gif">
   <PARAM NAME=a1 VALUE="D;A;B;C">       <!D is correct>
   <PARAM NAME=q2 VALUE="A fill-in question.">
   <PARAM NAME=a2 VALUE="Bob,Bobby,Robert&Kennedy">
</APPLET>

*******************************************************
ENCRYPTING YOUR HTML SOURCE WILL PREVENT THE TEST TAKER
FROM READING THE ANSWERS.
IF YOU ARE INTERESTED IN ENCRYPTING YOUR HTML SOURCE,
YOU MUST PURCHASE THE ENCRYPTION KEY. PLEASE SEND $10
WITH YOUR E-MAIL OR POSTAL ADDRESS TO :
   Steven Vincent
   7530 Farmgate Way
   Citrus Heights, CA, 95610
*******************************************************
------------------------END-----------------------------