Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
ValerieSh #1
CourseBuilder Interaction Problems With IE
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>
ValerieSh Guest
-
Looking for Coursebuilder Interaction Extension Download- Using Dreamweaver MX V6.0
Help! I'm updating a course that was originally created in DreamWeaver V3. Coursebuilder Interaction was used to create the review questions. I'm... -
CourseBuilder and LMS AICC Interaction
I am looking for a very simple example of posting a CourseBuilder interaction result to SumTotal's LMS using either the AICC or SCORM standard. ... -
Coursebuilder: Text Entry Interaction not sending data
Tech specs: Dreamweaver 8 with Coursebuilder 8 I have a text entry single line interaction set up with Knowledge Track enabled. I have two... -
Keyboard interaction
I have a member that moves forward when i click the up arrow and moves right when i click the right arrow. My problem is that when I hold down the... -
button interaction
I am having difficulty with a button script. Everything works well except for two things. First, When i click on the button the sound goes twice,... -
emg75 #2
Re: CourseBuilder Interaction Problems With IE
Did you transfer the file "scripts" on your server ?
You can also visit
[url]http://http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_13959[/url]
about this error : Page with CourseBuilder Interaction gives JavaScript Error:
G01 is not defined or HTTP Error 404.
Cordialy
Emmanuel
emg75 Guest
-
ValerieSh #3
Re: CourseBuilder Interaction Problems With IE
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
ValerieSh Guest



Reply With Quote

