var fDesc=new Array(); fDesc[0] = "How fast can you key?

Do you need to take a pre-employment test that requires keying skills? Perhaps you are hiring for a position that requires excellent keying ability. Don't guess, use our the Data Entry Test to confirm skill level.

Our Data Entry Test is software for the PC, which will measure the examinee's keying speed and accuracy. A wide variety of tests are included. There are many online keying tests, but with our software, only you will have access to the results, and an internet connection is not required to use it. Data entry test results are saved and may be sorted by score, candidate, date, etc. This is helpful if you are evaluating several job candidates, and if you are an individual, it is easy to see your progress. For additional privacy, a password may be set so that results and settings are available only to those who should see them. See the feature list below for more details. If you would like to take or administer a data entry test now, download the 30 day fully functional evaluation version."; 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 = ''; } }