var fDesc=new Array(); fDesc[0] = "This program allows you to install a testing
program on a file server to be administered by one or more
teachers. This is a tremendous time saver for any type of
classroom environment where the instructor and the students are
linked to a computer network. Examples: Sales training, Human
Resources training, product training, etc.
Some of the program's features:
* The program is easy to use and can accomodate
1 billion questions and 100,000 tests. It includes Adobe and MS
Word help manuals and hints throughout the program.
* Tests can have multiple choice , yes/no, true/false, fill-in-the-blanks, and essay type questions. All, but essay questions are automatically graded. Questions can include images. Totals and averages are automatically recorded. If you interrupt the grading of essays,you can restart the process from the point you left off.
* You have the ability to create test
templates, save them, print them, or email them.
* You can re-use questions from previous tests
to create new tests, or append to an existing test.
* Students can review and print test results
from their computers. The instructor can print test questions as
templates to be handed out manually.
* All the files reside on the file server. The
students are linked to the program from their computers by
creating a link through an icon on their desktops.
* This program can run on any PC with
Win95/Win98/NT/XP/2000 O.S. and 31 MB of disk space on the file
server. Download is in the form of a compressed (zip) file.
* Uninstall program included.
* The program is downloaded as a demo, which
will automatically terminate after 60 minutes (with 2 prior
warnings and restartable) and is limited to 20 records per table. When you buy
the program, you will be sent a password to access full features."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }