var fDesc=new Array(); fDesc[0] = "The ActivDriver is required for the computer to communicate with the ActivBoard. If you do not have the correct driver installed, the ActivPen will not work on the ActivBoard.
Features:
-Ability to enter more than one correct answer or variations of the same answers i.e., lower/upper case
Correct answer can automatically be sent to the -ActivExpression device if the wrong answer is typed in
Self-paced timer now defaults to 59:00; Teachers no longer need to remember to increase the timer"; 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 = ''; } }