How to include external Javascript script files?
we have had number of students run problems our lms. support staff @ lms due version of java (jre) student running on device. lms says support java jre version 1.6 , 1.7.
i have found javascript on oracle site checks client jre version, requires student brings in 1 of javascript script libraries:
<script src="https://www.java.com/js/deployjava.js"></script>
<script>
if (deployjava.versioncheck('1.6+')) {
alert('ok continue');
} else {
alert('this course work java version 1.6 , up');
}
</script>
i familiar javascript windows in various captivate items. using captivate version 7.
my question how can include current deployjava.js script lib https://www.java.com/js/ (and possibly other script libs) courses publish on? there template file can update script lib automatically included in courses publish using scorm 2004 ver. 4?
thanks
More discussions in Quizzing/LMS
adobe
Comments
Post a Comment