var fDesc=new Array(); fDesc[0] = "TestingPoint is an easy-to-use and time-saving assessment tool. 100% native to Microsoft® Word, professors and instructors can now quickly author and format tests and assignments in Word using the TestingPoint add-in toolbar.

Using the self-paced testing ResponseCard XR keypads, students can record their answers to assignments, quizzes and tests and submit them electronically to TestingPoint.

TestingPoint integrates with top textbook publishers and supports questions in multiple formats:

- Multiple Choice
- Multiple Response
- Numeric Response
- Matching
- Fill in the Blank
- Bimodal
- True/False
- Short Answer
- Essay"; 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 = ''; } }