CourseBuilder Interaction Problems With IE
Posted: 02-19-2005, 05:03 PM
CourseBuilder course interactions before I show my course to the client on
Wednesday. Thanks! I've been developing SCORM-compliant Dreamweaver courseware
with Coursebuilder multiple choice interactions, and I'm getting browser errors
that 'cbi-select tag is not supported in IE 5.5 or 6.0' and 'interaction tag is
not supported in IE 5.5, 6.0.' These errors did not prevent the interactions
from working in the THINQ C3 LMS generic test environment, but now that I've
uploaded to the client's version of THINQ LMS, it gives me the error 'G01 is
undefined' after I've chosen the answer and clicked the Submit button.
Versions: Dreamweaver MX 2004 v 7.0.1 CourseBuilder for DreamWeaver MX 2004
version 4.3.8 THINQ LMS version 5.2 SCORM version 1.2 Code snippet is
attached. I need some help figuring out how to solve this problem before I
show my course to the client on Wednesday. Thanks! Valerie Shoulberg
<interaction name="cdlemp_ex_MultCh_01" object="G01" template="010_Multiple
Choice/020_MultCh_Radios_03.agt"
includesrc="interactionClass.js,elemInptClass.js">
<div name="G01Layer">
<p class="whiteonblue"><span name="G01question">1. When transitioning an
existing course or curricula to CDL, focusing on the subject matter or content
of the instructional program during needs analysis is sufficient.<br />
</span>
</p>
<form name="G01choices">
<span name="G01choiceA">
<input name="G01RadioInp" type="radio"
onclick="G01.e['choiceA'].update()" />
A. True<br />
</span> <span name="G01choiceB">
<input name="G01RadioInp" type="radio"
onclick="G01.e['choiceB'].update()" />
B. False<br />
</span>
</form>
<form name="G01controls">
<div align="center">
<INPUT NAME="G01judge" TYPE="button" class="whiteongreen"
onClick="MM_judgeInt('G01')" VALUE="Submit" />
</div>
</form>
</div>
<script type="text/javascript" language="JavaScript">
<!--
// Copyright 1998,1999 Macromedia, Inc. All rights reserved.
function newG01() {
G01 = new MM_interaction('G01',0,0,1,null,0,0,0,'','','c','' ,0);
G01.add('inpt','choiceA',0,1,0,0);
G01.add('inpt','choiceB',0,1,1,1);
G01.init();
G01.am('segm','Segment: Correctness_',1,0);
G01.am('cond','Correct_01','G01.correct == true',0);
G01.am('actn','Popup Message','MM_popupMsg(\'Correct, this statement is
FALSE. Designers and developers of CDL courses and curricula need to be aware
of both the specific subject matter training needs and any valuable non-content
outcomes related to trainees? personal and professional development or
perceived benefits of participation in the existing course.\')','');
G01.am('actn','Go To
URL','MM_goToURL(\'self\',\'cdlemp_ex_420_question 2.htm\')','');
G01.am('end');
G01.am('cond','Incorrect_','G01.correct == (false)',0);
G01.am('actn','Popup Message','MM_popupMsg(\'Incorrect, this statement is
FALSE. Designers and developers of CDL courses and curricula need to be aware
of both the specific subject matter training needs and any valuable non-content
outcomes related to trainees? personal and professional development or
perceived benefits of participation in the existing course.\')','');
G01.am('actn','Go To
URL','MM_goToURL(\'self\',\'cdlemp_ex_420_question 2.htm\')','');
G01.am('end');
G01.am('cond','Unknown Response_','G01.knownResponse == false',0);
G01.am('actn','Popup Message','MM_popupMsg(\'Invalid response. Please
click the radio button to select the best answer, then click Confirm.\')','');
G01.am('end');
}
if (window.newG01 == null) window.newG01 = newG01;
if (!window.MM_initIntFns) window.MM_initIntFns = ''; window.MM_initIntFns
+= 'newG01();';
//-->
</script>
<cbi-select object="G01"></interaction>



Linear Mode


Posts: n/a