var fDesc=new Array(); fDesc[0] = "The TooFAST initiative is committed to providing users with a simple online survey tool for teachers to assess their students' impressions of their courses and their teaching. Using TooFAST does not cost anything and we are offering all our code under the terms of the GPL.
Traditionally, teaching assessments are conducted at the end of a course - a practice that precludes students from offering constructive feedback during the course. However, conducting online instructor-designed assessments opens a proactive dialogue with students about teaching, the curriculum, and the entire learning process."; 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 = ''; } }