var fDesc=new Array(); fDesc[0] = "Academic Professionals can now create tests quickly and easily with Visual Testmaker. It allows teachers and professors to create tests of multiple choice, true or false, short answer, and essays.

A test can consist of all multiple choice, all true or false, all short answer or all essays. Usually it will be a combination of the four.

The test questions can be entered into the database over a period of weeks or months. There will be no need for long hours the days before an exam is going to be given creating tests.

Instead, the questions can be entered at leisure and then when the time comes to administer a test, you can simply generate a test and answer key with the click of a button and answer how many of each type of question you want to give.

Main features:
-Unlimited tests
-Four different question types: Multiple Choice, Short Answer, True or False and Essays
-Very flexible
-Questions are randomized which means they are not in the order that they were entered
-Multiple Choice questions can have up seven different options
-Tests are created and offered in a word processor type window for easy editing
-Easy to change a question
-Simple to remove a question"; 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 = ''; } }