var fDesc=new Array(); fDesc[0] = "TurningKey is a lightweight software application that allows educators to create and deliver new or existing assessments with student response systems. Educators create an answer key from new or existing tests and deliver the test using Turning Technologies’ ResponseCard NXT and ResponseCard XR. TurningKey is a quick, easy way to test students and instantly grade assessments.
Features:
- Supports 200 questions with NXT and 100 questions with XR
- Poll up to 20 different versions of a test at the same time
- Supports a wide variety of question types including:
- Multiple Choice
- Multiple Response
- Matching
- Numeric Response
- True / False
- Fill-in-the-Blank"; 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 = ''; } }