var fDesc=new Array(); fDesc[0] = "Your Apperson scanner can now export test-scoring results automatically to your PC or Mac, using Apperson's DataLink™ software. DataLink™ is a test-scoring and data collection software that gives you the power to:

- View students’ test results on demand.
- Export results to third-party applications, such as popular gradebook programs and your school district’s database.
- Differentiate instruction, using the DataLink™ reports, including standards-based proficiency reports.
- Create electronic keys for future use and to share with other instructors.
- Save and electronically share test results and reports.

DataLink™ is now included as a standard feature with all Apperson test scanners."; 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 = ''; } }