var fDesc=new Array(); fDesc[0] = "To fully deliver value to the learning community, e-learning systems mandate the authoring of learning content. Teachers need to disseminate learning materials electronically in a way that is accessible to and readable by the students they teach.
Features:
-Define lesson structure and enable both sequential and non-sequential
navigation paths using course outline generator
-Create new lessons with pre-designed lesson templates
-Embed documents, images, and multimedia files to enrich
learning resources
-Associate questions from seven category types to learning resources
-Store questions in online banks for multiple use
-Support any two languages simultaneously in a single setup
-Integrate with Microsoft SLK and Moodle virtual learning environments
-Engage teachers with user interface guidelines consistent with
- MS Office 2007
-Produce SCORM 2004 compliant packages"; 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 = ''; } }