CourseBuilder Interaction Problems With IE

Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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. ...
    3. 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...
    4. 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...
    5. 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,...
  3. #2

    Default 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

  4. #3

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139