var fDesc=new Array(); fDesc[0] = "Help your students get a handle on their progress with the LearningCheck™ App and LearningCheck Creator Software. You can easily create self-check opportunities by sending out review questions, practice tests and more with this great new tool that expands the capabilities of your classroom technology.
Users of the TI-Navigator™ classroom learning system can easily incorporate LearningCheck to experience real-time transfers between educator and students. You can send assignments to student calculators, then upload their finished material to your PC for grading and evaluation."; 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 = ''; } }