var fDesc=new Array(); fDesc[0] = "Although authoring content is easy in our polling software, we also include with your student response system purchase - QuestionPoint—an item bank of standards-based questions sorted by grade and subject. These questions were created using a rigorous item development process to help teachers and administrators immediately start implementing valuable assessment strategies.

With 100% integration with Turning Technologies' software, educators are easily able to load QuestionPoint interactive questions for formative and summative assessments to measure student performance and focus on problem areas prior to high-stakes testing.

QuestionPoint is provided free of charge with your purchase of a Turning Technologies' student response system."; 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 = ''; } }