Four pages will be generated:
  1. your_title.htm,
  2. your_titlea.htm,
  3. your_titleb.htm,
    and
  4. your_titlec.htm
they should all be saved in the same folder.

To use them have your students access the page your_title.htm with a JavaScript 1.1 capable browser (NS 3.0 or better) that supports mailto forms (all versions of navigator and certain versions of explorer).

When the homework/test is completed the student will be informed of the results via a popup window and the results will be submitted to you via email.

The value of using 'mailto forms' is that they are server independent. In fact, they don't need a server at all but can be used locally on any computer connected to the internet such as computers in a computer lab.

If you want to use a cgi simply replace <form method='POST' action='mailto:you@yourschool.edu ' ENCTYPE=text/plain> in your_titlec.htm with <FORM ACTION='yourcgi.acgi' METHOD='post'>.

If you want the students simply to practice and you don't want the resuts replace <form method='POST' action='mailto:you@yourschool.edu ' ENCTYPE=text/plain> in your_titlec.htm with <FORM >


In any case the student will receive the results for each question along with his or her overall grade and the correct answers. For this reason each assignment can only be submitted once.


Please note that the demo version is only for short term evaluation purposes. It is not to be used in any other way or for any other purpose. The demo will only make two question assignments, the actual application will make up to 10 question assignments.