CourseBuilder Interaction Problems With IE

Posted: 02-19-2005, 05:03 PM
Hi, everyone! I need some help figuring out how to solve a problem with
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>

Reply With Quote

Responses to "CourseBuilder Interaction Problems With IE"

emg75
Guest
Posts: n/a
 
Re: CourseBuilder Interaction Problems With IE
Posted: 02-20-2005, 06:33 AM
Did you transfer the file "scripts" on your server ?

You can also visit
http://http://www.macromedia.com/cfu...fm?id=tn_13959
about this error : Page with CourseBuilder Interaction gives JavaScript Error:
G01 is not defined or HTTP Error 404.

Cordialy

Emmanuel


Reply With Quote
ValerieSh
Guest
Posts: n/a
 
Re: CourseBuilder Interaction Problems With IE
Posted: 02-20-2005, 05:30 PM
Thanks, Emmanuel for your quick response! I, too, am coming to the conclusion
that a missing file on the server is the most likely cause. I won't be able to
verify it until Tuesday, but I'll let you know what I find out. Thanks, and
have a great day! Valerie

Reply With Quote
 
LinkBack Thread Tools Search this Thread Display Modes
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
LocalConnection problems on Macintosh b0ris_trouble-maker Macromedia Flash Player 1 03-02-2005 02:01 PM
How to randomize questions in Coursebuilder Stanchiam Macromedia Exchange Dreamweaver Extensions 3 02-20-2005 06:17 AM
pdf from InDesign printing problems Nathan_Frerichs@adobeforums.com Adobe Acrobat Macintosh 3 07-31-2004 09:27 PM
Problems generating index danamoore@adobeforums.com Adobe Indesign Windows 2 04-14-2004 04:23 PM
3D studio Biped problems!! metakenkoh webforumsuser@macromedia.com Macromedia Director 3D 1 07-15-2003 12:02 PM