SCORM API

hi all
has anyone experience with a java scorm api or how to implement a scorm course creator?
i have to create scorm courses....serverside....so i am searching for code or a scorm api which helps me.
thanks a lot,
andi

hi,
sorry, what do you mean?
we are working with eLearning stuff (scorm, LMS, ....) for years, this is not the problem.
until now, we create our scorm packages with an freeware tool, en exe file.
but now we have to do this serverside, because we put our eLearning system at an online platform. so we want to code our own scor course creator...or is there anything finished?
thank you,
andi

Similar Messages

  • Oil 5.2:No SCORM API calls in java trace file

    Hi,
    I am running a java trace for SCORM 2004 course. I don't see any SCORM api calls or cmi variables in the java trace (initialize(""), setvalue, getValue etc..). The course is set to tracked and the DEBUG is ON. Is the SCO communicating with the LMS?
    I have tested other SCORM 2004 courses, and they do show api calls in the java trace file.
    Oracle ilearning 5.2; Course: SCORM 2004
    Appreciate your help.
    Sud

    Scott,
    I have used Forefox v20, java6 and the firebug for debug purpose. I didn't see any errors in the console. But, I did find some lines in red (errors) under DOM tab. Here is the output.
    g_strAPIInitFailed     "Found API but LMSInitialize failed."
    g_strAPINotFound     "Management system interface not found."
    g_strAPISetError     "Trying to set value but API not available."
    g_strAPITooDeep          "Cannot find API - too deeply nested."
    g_strAPIVersion          "cmi._version"
    g_strDisableErrorMsgs     "Select cancel to disable future warnings."
    g_strFSAPIError          "LMS API adapter returned error code: "%1"
                   When FScommand called API.%2
                   with "%3""
    Thanks
    Sud

  • SCORM api adapter

    Hi,
    I am having an issue with multiple users on our network trying to access a SCORM training course from our parent company, through a web address not VPN's.
    The error received is "cannot communicate with the SCORM API adapter (requires java plugin). please try again, if the problem persists, try to force reload the adapter by pressing CTRL + F5 reload combination of your browser. You can check the java plugin is installed in the plugin-check of the application."
    Logging does not work on the site with the issue and the plugin checker is saying that no plugins are installed
    I have found that sometimes removing java and all files including reg keys related to java and the re-installing it will resolve the issue but not always
    The java version we use is 6.14, but i have had success mainly with 6.15. The wiping of java fix makes me think that this is not related to any settings in IE 8 or and out of date SCORM adapter on the training site and to do with the JAVA it's self.
    Could anyone assist with this?
    Edited by: 988672 on Feb 18, 2013 3:57 AM

    Thanks for getting back Scott, i don't think java is uninstalled as uninstalling is part of the troubleshooting i follow to resolve the issue.
    I am however interested in the fact that the plugin may be disabled because part of my troubleshooting involves deleting the java registry for internet explorer which would clear any preference for the plug in to be disabled, but getting it to work again requires a complete wipe of java including all files left in app data after uninstall.
    Then re-installing sometimes seems to work which may also indicate another issue affecting some of our machines.
    I will have a look down the plug-in route and if there are any advances i will post them here as this issue can be a pain to actually pinpoint to one cause.

  • SCORM API and APIType

    Using Andrews Chemey's article on using SCORM and Captivate
    I'm working on a javascript SCORM API to integrate Captivate
    results into a web application. I made a shell API and used the
    sample from the article and it works perfect in FireFox. When I
    switched to IE I can see API calls for Initialize, Commit, and
    Terminate, but none of the other calls ever make it to my SCORM
    API. I was looking at the Simulation.htm in the SCORM 2004 Non-Pif
    directory and found that if I foreced g_intAPIType equal to 1
    (getURL) it worked fine in IE.
    I'm assuming there are reaons that when it detects IE it was
    switching to 0 (fscommand). Can anyone shed some light on this? Is
    there a setting in Captivate I need to instruct my content
    developers to use to force it to always use 1?
    Thanks in advance for any help.

    NielRevelle,
    I'm confused with what you are trying to do...
    However - the Captivate tracking mechanism is a two-way
    mechanism that needs
    to work in as many browsers, Flash Player versions and
    Operating Systems as
    possible. This "two-way" mechanism takes advantage of
    IE/ActiveX and uses
    the setVariable method to pass data into Flash. However,
    other browsers and
    OSs don't support ActiveX so it uses a different mechanism to
    send data into
    Flash. That's why g_intAPIType is used (if 0 - it uses
    setVariable for the
    ActiveX control; if it's 1 - it uses a different mechanism
    that supports
    other OSs and Browsers, but still supports IE).
    Finally, I can understand why Initialize (and Commit and
    Finish/Terminate)
    is supported but nothing else. If a SCORM-compliant LMS is
    not available or
    the SCORM API can't be found or the LMS can't initialize -
    the other SCORM
    calls aren't made. Now - you have to determine why you think
    the LMS should
    have been initialized but wasn't.
    Can you provide more information on what you are trying to
    do? Does a stock
    Captivate file launch/track from your LMS?
    Regards,
    Andrew

  • PB with the Scorm API

    Hi,
    I am facing a problem with the lms API in the standard scorm
    html file included in captivate 1.
    most of the scos I have created with Captivate 1 for one of
    my courses contain several animations.
    so I have modified the scorm.html template in order so that
    each animation is able to call a javascript which will replace the
    object tag. The javascript gives the name of the captivate movie
    that has to be loaded and displayed.
    the first movie runs well, and sends the usual api commands
    to the lms. at the end of the movie, a javascript is called, with
    the name of the next animation to be run.
    that works perfectly, but from that moment, the animations
    are not able to send api commands to the lms.
    of course, I intercept the LMSCommit and LMSFinish commands
    and the cmi.core.lesson_status is set to incomplete.
    but still the problem and I don't understand why.
    does anyone have a solution to solve this issue ?
    thanks for help
    oldJaypee

    Is there any debugging mode you can use in the LMS to see
    what's happening?
    Perhaps your second animation is re-initiating the
    LMS_initialize
    function, which could be throwing it off?
    Really hard to say if you can't see what's going on 'behind
    the scenes'.
    Erik
    oldJayPee wrote:
    > the first movie runs well, and sends the usual api
    commands to the lms. at the
    > end of the movie, a javascript is called, with the name
    of the next animation
    > to be run.
    > that works perfectly, but from that moment, the
    animations are not able to
    > send api commands to the lms.
    > of course, I intercept the LMSCommit and LMSFinish
    commands and the
    > cmi.core.lesson_status is set to incomplete.
    Erik Lord
    http://www.capemedia.net
    Adobe Community Expert - Authorware
    http://www.adobe.com/communities/experts/
    http://www.awaretips.net -
    samples, tips, products, faqs, and links!
    *Search the A'ware newsgroup archives*
    http://groups.google.com/group/macromedia.authorware

  • Error message "SCORM API Adapter" not found. Any help?

    Attempting online learning. Environment is Win XP, up-to-date. Firefox will not communicate with the host LMS.

    HI,
    Any one have a solution?

  • Why does captivate 5 scorm 2004 change the pass/fail status when using complete/incomplete

    SUMMARY:  I am trying to use SCORM 2004 reporting but I am finding out ADOBE does not diffentiate between COMPLETE/INCOMPLETED and PASSED/FAILED variables in the SCORM 2004.
    RESULT: I can not accurately get the passing/failing status from the course.
    QUESTION: Is their anything I can do or does ADOBE have a patch they have release which will accurately report the passed/failed STATUS as well as the completed/incompleted status.
    OTHER RESEARCH: I even attempted to post these "proofs" on scorm.com and they have something called "SATISFACTION TRACKED" to accomodate content creation systems (CAPTIVATE 5) which does not follow the standards of SCORM 2004.
    BACKGROUND:  the report status "Incomplete/Complete" and "Pass/Fail" under the publishing options for SCORM 2004 essentially mean the same thing when the CAPTIVATE COURSE sends setvar commands to the SCORM API...  In other words the SCORM API receives the same exact commands when publishing in both modes.  "THIS IS WRONG"
    why is the wrong?  IF REPORTING; incomplete/complete ;  the CAPTIVATE 5 COURSE SHOULD NOT "change" the STATUS OF PASS/FAIL when attempting to report COMPLETE/INCOMLETE with 100% slide views.
    DEMO #3> SHOWS THE PROBLEM
    About DEMO #1 and DEMO #2> these are other reporting options I attempted with other problems arrising..so these images are just for supporting my original problem which is shown in DEMO #3...
    DEMO 1 (REPORT STATUS has no affect on reporting):SETTINGS:
    PASS: (PROBLEM)
    Anything above Passing Score is not recorded to LMS (once passing is reached...no more bookmarks are recorded)
    FAIL: (CORRECT)
    Failure gets sent to the database on the last screen with "completed"
    DEMO 2 (Report status  [Complete/Incomplete  Pass/Fail]   has no impact on commands sent to scorm api):
    SETTINGS:
    PASS: (CORRECT)
    Very Last page gets sent to the Database
    FAIL: (PROBLEM)
    NOTHING GETS SENT TO DATABASE (stuck in final score screen forever)...because it says "INCOMPLETE"
    DEMO 3:
    Report status [Complete/Incomplete Pass/Fail] has no impact on commands sent to scorm api
    SETTINGS:
    PASS: (CORRECT)
    Very Last page gets sent to the Database with a 90% passing with "completed"
    FAIL: (PROBLEM)
    LAST SLIDE SENDS "completed" but GETS SENT AS A PASSING SCORE??? even when it is a failure
    (IN OTHER WORDS ADOBE CHANGES THE PASS/FAIL STATUS based on slide views...
    this is WRONG ....REALLY WRONG becuase I am trying to report
    "COMPLETE/INCOMPLETE" for 100% slide views
    PASS/FAIL OPTIONS:
    OPTION I CAN PURSUE?
    SO WHAT CAN I DO?  YES, I CAN TELL THE LMS...to COMPARE THE SCORE RECEIVED DURING A "COMPLETE" status...and then change the grade in the LMS based on the SCORE IN THE LMS...BUT THAT WOULD MEAN THE LMS COULD REPORT ONE GRADE and the COURSE COULD REPORT A DIFFERENT GRADE....and that would not be good.
    ALL OF OUR COURSES SHOW THE STUDENT THE FINAL SCORE WITHIN EACH COURSE..
    QUESTION TO ADOBE?
    SO ADOBE when are you going to differentiate these two reporting options so that the PASS/FAIL OPTIONS ARE ACCURATELY REPORTED WHEN USING COMPLETE/INCOMPLETE?
    MORE INFORMATION
    HERE IS THE SCORM.COM "Satisfaction" adjustment (very last line) to accomodate inconsistent reporting in CAPTIVATE 5.
    Thanks,
    DOUG LUBEY OF LOUISIANA
    www.douglubey.com
    OTHER WEBSITES:
    http://forums.adobe.com/message/3332035
    http://forums.adobe.com/message/3122315
    http://forums.adobe.com/thread/712502?start=50&tstart=0
    http://forums.adobe.com/thread/800570
    http://forums.adobe.com/thread/720121
    SEARCH ENGINE REFERENCE:
    CAPTIVATE SCORM SUCCESS_STATUS
    captivate 5 scorm 2004 pass/fail is dependent on complete/incomplete
    scorm 2004 captivate cs5 success_status incorrect
    scorm 2004 captivate cs5 reports success_status incorrectly
    scorm 2004 captivate incorrectly reports pass/fail
    scorm 2004 captivate 5 incorrectly reports pass/fail
    scorm 2004 "captivate 5" incorrectly reports pass/fail
    captivate 5 sends a pass even when a failure is issued by the course using scorm 2004.
    captivate does not work properly when working with completed status.
    CAPTIVATE SCORM SUCCESS_STATUS COMPLETE STATUS SHOULD BE INDEPENDENT
    CAPTIvATE 5 cmi.completion_status
    and cmi.success_status does not work independently with scorm 2004.  they both share the same definition.  These two field were designed to help differentiate the difference between a passing or failing score and when the course is actually completed.   WITH CAPTIVATE 5 they do not differentiate the two.  COMPLETE means PASS and INCOMPLETE means fail..
    I was trying to use "completion_status" as a way to determine when all slides were shown.  So that I can send the final score (PASS/FAIL) the LMS after all slides were viewed and this was the absoluted score the student recieved.
    2011 CAPTIVATE CHANGES cmi.success_status TO PASSING WHEN COURSE REPORTS FAILURE
    2010 CAPTIVATE CHANGES SUCCESS TO PASSED WHEN COURSE REPORTS FAILURE
    CAPTIVATE 5 CHANGES cmi.success_status TO PASSING
    CAPTIVATE 5 CHANGES cmi.success_status TO PASSING WHEN COURSE REPORTS FAILURE
    CPTX CAPTIVATE CHANGES cmi.success_status TO PASSING
    CP5 WHY DOES CAPTIVATE SCORM SUCCESS_STATUS
    CPTX WHY DOES CAPTIVATE CHANGE PASSING STATUS
    CPTX CAPTIVATE SCORM CHANGES FAILING SCORE TO PASSING SCORE
    CAPTIVATE SCORM SUCCESS_STATUS COMPLETE STATUS MEANS THE SAME THING
    CAPTIVATE SCORM SUCCESS_STATUS COMPLETE STATUS SHOULD BE INDEPENDENT

    Hi,
    Here's something I found in a similar situation... hope this helps!
    After publishing your CP5 project as a SCORM 2004 zip file, unzip the file so you can get into the separate files.  Open the imsmanifest.xml file with a text editor; I like using Notepad++.  Search for the line starting with <imsss:minNormalizedMeasure>.  The complete line will probably look like <imss:minNormalizedMeasure></imss:minNormalizedMeasure>, this is the line that is supposed to contain your passing score (at least for our LMS).  So, if your passing score is supposed to be 80%, edit this line to be:  <imsss:minNormalizedMeasure>0.80</imsss:minNormalizedMeasure> and save the file.  Then select all the files and re-zip them, I use 7-zip for that.
    I found one other weird thing that doesn't happen 100% of the time, so test it.  In the example above, try to get a score of exactly 80% (or whatever passing grade you are using) and see if you get the correct status reported.  I found I sometimes have to re-edit that line in the manifest file to be 0.79 so it correctly includes an exact 80% score.  No idea why and you have to watch the number of questions in your quiz to make sure that works for you mathematically.
    If this works or not, I'd recommend posting your results so others can get some ideas.  Good Luck!!

  • Unable to locate the LMS's API Implementation-Error in Content Player

    Dear Guys,
    when I am playing the content in content player of Authering environment we get the following error "Unable to locate the LMS's API Implementation" ,
    Should any API be implemented explicitly?
    How can we resolve this error?
    Regards,
    Shamila.

    Hi Shamila!
    As I mentioned, you need to consult your content developer to debug this issue. In the course content(i.e. flash file) there are references to the SCORM API. These when imported in to AE loose the reference. For instance, if you have something like this .. parent.api.<some scrom function> and the parent (window or frame) has the SCORM API. This reference might be getting broken when the course package is imported in to AE. The content developer need to make changes in the code to ensure the reference to the API is changed.
    Please let me know if you require further guidance on this.
    Regards,
    Ravi Sekhar

  • Captivate Scorm 1.2 with Moodle and max. apptempts

    Dear all,
    I am the person who pushed Captivate in our company and now everyone is looking at me because its not doing as we are used by Articulate.
    The setting:
    Moodle allows three tries to see if someone passed or failed a lesson.
    After the third try the user can redo the course in Articulate, but all questions are greyed and no new try is reported back to Moodle.
    That way the user stays always with three tries and is displayed as in review mode in Moodle.
    My problem:
    Captivate is set to 3 tries and reports back to Moodle.
    In Moodle the user has three tries and after these three tries the user is shown passed or failed.
    If the user starts the test a forth time (Moodle shows review mode) captivate will 'crash'.
    If started a fifth time, captivate will work and report back.
    So if you try it a fifth time and pass, Moodle shows passed.
    Where is my logical error. What setting did I set wrong?
    Can Captivate not do the same as Articulate?
    Can Captivate receive a variable to disable the questions (Could be done via Widget)?
    Any ideas?
    Best TD

    You mention that you have the quiz inside Captivate set to three tries as well as Moodle giving the user three tries.  I make that a total possible 9 attempts at the same quiz.  If the idea is to only give the person three opportunities to pass a test then you should set Captivate to only one attempt each time launched and let Moodle handle the number of attempts.  Or give Captivate 3 attempts and 1 in Moodle.  Either way, the limit should be three, if that's what you're after.
    However, that won't change the bigger issue that Captivate is crashing for some reason and Moodle doesn't prevent a fourth or fifth scoring attempt.  It appears to me like when Captivate crashes, it's because something has happened in Moodle, because theoretically Moodle shouldn't be allowing any fourth or fifth scoring attempt.  So I wouldn't immediately be blaming Captivate for the issue here.
    By definition, a SCORM doesn't actually know how many times it gets loaded because it doesn't store any data after the session is closed. The SCORM standard states that the SCO should not require anything outside itself to function. It's the LMS's job to record data about the user interaction with the SCORM.  So if the LMS (Moodle in your case) allows the user to open the same SCORM after they've exceeded the maximum permissible number of attempts, then the LMS is supposed to disable further scoring capability somehow, either by only allowing the course to open in Review Mode (which allows the user to do the quiz but not get any credit for it recorded) or by not allowing the user to open the course modules at all, usually giving them a message that says so.
    I think your problem is somewhere in Moodle, not Captivate, and you may need to find out why Moodle is still recording scoring attempts AFTER the maximum number permitted.  This sounds like a Moodle bug to me and it might also explain why Captivate is crashing.  (If by crashing you mean that the Captivate lesson seems to go unresponsive, this is most likely because it's SCORM API is waiting in vain for the proper response to come back from Moodle.)
    I'm not familiar with how Articulate interacts with LMSs, so I'll have to take your word for the fact that it can read the fact that the LMS has exceeded permissible attempts and disable the quiz components.  That sounds like quite a cool feature, but Captivate doesn't have it (that I'm aware of).  I know of no widget that will do it for you either, though in theory it could be developed.

  • SCORM error

    I have a uploaded a scorm 1.2 course and I keep getting this debug error when learners lunch the course:
    0:Mon Sep 30 15:28:52 UTC+0100 2013 - AICCComm - Trying to create MSXML2.XMLHTTP in VBScript
    1:Mon Sep 30 15:28:52 UTC+0100 2013 - AICCComm - intReCheckLoadedInterval=250
    2:Mon Sep 30 15:28:52 UTC+0100 2013 - AICCComm - intReCheckAttemptsBeforeTimeout=240
    3:Mon Sep 30 15:28:52 UTC+0100 2013 - AICCComm - IFrameLoaded
    4:Mon Sep 30 15:28:52 UTC+0100 2013 - AICCComm - In GetAICCURL
    5:Mon Sep 30 15:28:52 UTC+0100 2013 - GetQueryStringValue Element 'AICC_URL' Not Found, Returning: empty string
    6:Mon Sep 30 15:28:52 UTC+0100 2013 - AICCComm - Querystring value =
    7:Mon Sep 30 15:28:52 UTC+0100 2013 - AICCComm - GetAICCURL returning:
    8:Mon Sep 30 15:28:52 UTC+0100 2013 - AICCComm - In DetectPreferredCommMethod, checking XMLHTTP
    9:Mon Sep 30 15:28:52 UTC+0100 2013 - AICCComm - Checking IFrame
    10:Mon Sep 30 15:28:52 UTC+0100 2013 - AICCComm - blnCanUseXMLHTTP=true
    11:Mon Sep 30 15:28:52 UTC+0100 2013 - AICCComm - blnCanUseIFrame=true
    12:Mon Sep 30 15:28:52 UTC+0100 2013 - ----------------------------------------
    13:Mon Sep 30 15:28:52 UTC+0100 2013 - ----------------------------------------
    14:Mon Sep 30 15:28:52 UTC+0100 2013 - In Start - Version: 3.8.2 Last Modified=09/30/2013 15:19:27
    15:Mon Sep 30 15:28:52 UTC+0100 2013 - Browser Info (Microsoft Internet Explorer 4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; .NET4.0C))
    16:Mon Sep 30 15:28:52 UTC+0100 2013 - URL: http://172.16.26.104:8888/contentstorage/FirstLearn4/POS%20Activation%20Drive_SCORM/index_lms.html
    17:Mon Sep 30 15:28:52 UTC+0100 2013 - ----------------------------------------
    18:Mon Sep 30 15:28:52 UTC+0100 2013 - ----------------------------------------
    19:Mon Sep 30 15:28:52 UTC+0100 2013 - In ClearErrorInfo
    20:Mon Sep 30 15:28:52 UTC+0100 2013 - GetQueryStringValue Element 'StandAlone' Not Found, Returning: empty string
    21:Mon Sep 30 15:28:52 UTC+0100 2013 - GetQueryStringValue Element 'ShowDebug' Not Found, Returning: empty string
    22:Mon Sep 30 15:28:52 UTC+0100 2013 - strStandAlone= strShowInteractiveDebug=
    23:Mon Sep 30 15:28:52 UTC+0100 2013 - Standard From Configuration File - SCORM
    24:Mon Sep 30 15:28:52 UTC+0100 2013 - Using Standard From Configuration File - SCORM
    25:Mon Sep 30 15:28:52 UTC+0100 2013 - In LMSStandardAPI strStandard=SCORM
    26:Mon Sep 30 15:28:52 UTC+0100 2013 - Calling Standard Initialize
    27:Mon Sep 30 15:28:52 UTC+0100 2013 - In SCORM_Initialize
    28:Mon Sep 30 15:28:52 UTC+0100 2013 - In SCORM_ClearErrorInfo
    29:Mon Sep 30 15:28:52 UTC+0100 2013 - Grabbing API
    30:Mon Sep 30 15:28:52 UTC+0100 2013 - In SCORM_GrabAPI
    31:Mon Sep 30 15:28:52 UTC+0100 2013 - Searching with improved ADL algorithm
    32:Mon Sep 30 15:28:52 UTC+0100 2013 - In SCORM_GetAPI
    33:Mon Sep 30 15:28:52 UTC+0100 2013 - SCORM_GetAPI, searching opener
    34:Mon Sep 30 15:28:52 UTC+0100 2013 - In SCORM_ScanParentsForApi, win=
    35:Mon Sep 30 15:28:52 UTC+0100 2013 - SCORM_SearchForAPI
    36:Mon Sep 30 15:28:52 UTC+0100 2013 - In SCORM_APIFound
    37:Mon Sep 30 15:28:52 UTC+0100 2013 - API NOT Found
    38:Mon Sep 30 15:28:52 UTC+0100 2013 - In SCORM_WindowHasParent
    39:Mon Sep 30 15:28:52 UTC+0100 2013 - Window Does Not Have Parent
    40:Mon Sep 30 15:28:52 UTC+0100 2013 - In SCORM_APIFound
    41:Mon Sep 30 15:28:52 UTC+0100 2013 - API NOT Found
    42:Mon Sep 30 15:28:52 UTC+0100 2013 - In SCORM_WindowHasOpener
    43:Mon Sep 30 15:28:52 UTC+0100 2013 - Window Does Have Opener
    44:Mon Sep 30 15:28:52 UTC+0100 2013 - Searching Opener - Name=PopUpBlockerTest, href=http://172.16.26.104:8888/contentstorage/FirstLearn4/POS%20Activation%20Drive_SCORM/index_lms.html
    45:Mon Sep 30 15:28:52 UTC+0100 2013 - SCORM_SearchForAPI
    46:Mon Sep 30 15:28:52 UTC+0100 2013 - Error grabbing 1.2 API-TypeError:Access is denied.
    47:Mon Sep 30 15:28:52 UTC+0100 2013 - Unable to acquire SCORM API:
    48:Mon Sep 30 15:28:52 UTC+0100 2013 - SCORM_objAPI=undefined
    49:Mon Sep 30 15:28:52 UTC+0100 2013 - In InitializeExecuted, blnSuccess=false, strErrorMessage=Error - unable to acquire LMS API, content may not play properly and results may not be recorded. Please contact technical support.
    50:Mon Sep 30 15:28:52 UTC+0100 2013 - ERROR - LMS Initialize Failed
    51:Mon Sep 30 15:28:52 UTC+0100 2013 - In DisplayError, strMessage=Error - unable to acquire LMS API, content may not play properly and results may not be recorded. Please contact technical support.

    correct Forum -
    Learning Management

  • MISSING FROM CC | Flash with SCORM 1.2 Tracking

    Hello Anyone-
      We use Flash as our main tool to create eLearning for our organization.  The CC seems to have dropped the SCORM 1.2 and 2004 tracking methods from the HTML Wrapper.
    Is there any way to get this back?
    Joel

    Hello,
    For AS3 projects we use Pipwerks Actionscript 3 SCORM API Wrapper for LMS communication (this includes CS6 built projects). See link below:
    SCORM projects | pipwerks
    Works well.
    dave

  • SCORM compliant quiz not loading...

    Hi
    I have a Captivate 5 Aggregator file that loads a small handful of Captivate SWF's.
    The final SWF is a SCROM compliant quiz.
    Now everything worked fine, until a recent upgrade. Now, the quiz does not load. The wierd thing is, if I export the quiz WITHOUT SCORM it loads fine.
    With SCORM, and trying to view on Moodle, all I see is a grey "Loading..." screen.
    How can I fix this? It's really frustrating.
    Many thanks

    OK.  But here's the problem. Unless you use another SCORM packaging tool to create the imsmanifest.xml file that the LMS needs in order to see this compilationas SCORM-compliant, and your aggregator is creating an HTM file that contains all the SCORM API javascript, I don't see how your LMS is going to regard this as a SCO.
    The Aggregator doesn't use the SCORM HTM templates when it packages everything up with an HTM file and JS file.  Unless there is SCORM API JavaScript in play somewhere, the LMS will not receive scoring from your SCO modules.
    So even if you DO get your LMS to accept the upload of an Aggregator project, it's not going to behave as a typical SCO and be tracked as such by your LMS.
    Unless I'm missing something here...?

  • LSO - SCORM

    We are having problems with Learning Solution and scorm courses (imported through LSO-AE). When we deploy them as Web-Based Training we are unable to receive any information about Test results. Test is embeded inside a WBT, using SCORM API it saves results to LMS (cmi.core.score_raw, max score and min score). We need to be able to display these results on the course information screen (learning progress) as at least "Achieved percentage". Feedback like this is provided for "Online Test" but we are unable to use scorm courses as online test. In sap note 746917 point 12 there is information that LSO "doesn't seem to care" to much about this data.
    Anybody has any idea for a workaround or how to modify pages to display that data?

    Pascale,
    What patch level are you for Content Player?  I believe you must have implemented Support Package level 15 for LSO 300 Content Player  (see Note 992086) in order for the TAC tables to properly populate.
    Summary
    Symptom
    This note solves errors in the SAP Learning Solution LSOCP 300 component.
    Other terms
    SAP Learning Solution, Content Player, Enterprise Learning, eLearning
    Reason and Prerequisites
    When you log off from the Content Player, the Internet Explorer security popup no longer appears when you use https.
    <b>The system now also stores the results of the individual responses for the introduction, final tests, and online tests.
    Problems that previously occurred when you store test results are resolved.</b>You now also have the option to use shorter URLs. For more information, see Note 1006643.
    Please award points if helpful.
    Solution
    To update an existing installation of the component,
    start the SDM (Software Deployment Manager) in the J2EE and
    "deploy" the .SCA file from the SAP Service Marketplace.

  • Problems with SCORM 2004 communication

    I'm developing a SCORM 2004 Compliant LMS. And with contents
    developed using Captivate, if you close the content window
    intermediately after finishing the quiz, the lasts interactions are
    being lost.
    Debugging the JS execution, I can see that the commit
    function is called some time later after the user answers the
    question, and if you go quickly from one question to the next, the
    commit execution, and the SetValue to add the interactions, starts
    to be delayed more and more... then when you get to the end, if you
    close the window, the pending changes are not executed.
    I tried to delay the window close, until the finish function
    get executed... this works, but with some contents (for example the
    "Random Quiz" that is included with Captivate 3) the user have to
    wait 5 minutes!!
    I take some measures, and is taking 18 seconds from when the
    user clicks the submit button, to the commit function get called,
    what is happening?
    The SCORM API implementation is very simple, and is not
    throwing errors.
    Any help and ideas will be appreciated.
    Thanks
    Javier Rodriguez

    Unfortunately, I don't have a solution for you. Best I can
    suggest is
    take this up loudly with Adobe Support. We have two customers
    with the
    exact same problem in our LMS. Like you, the only solution we
    can
    suggest is to ask the user's to wait...which in this case,
    since the
    lesson has several questions, means about 10 minutes!
    We did get Adobe support to look at the lesson and they
    reported no
    problems. I don't understand how that could be. So perhaps
    with your
    voice added, they can figure something out.
    good luck!
    Erik
    Javier.Rodr?gez wrote:
    > I'm developing a SCORM 2004 Compliant LMS. And with
    contents developed using
    > Captivate, if you close the content window
    intermediately after finishing the
    > quiz, the lasts interactions are being lost.
    >
    > Debugging the JS execution, I can see that the commit
    function is called some
    > time later after the user answers the question, and if
    you go quickly from one
    > question to the next, the commit execution, and the
    SetValue to add the
    > interactions, starts to be delayed more and more... then
    when you get to the
    > end, if you close the window, the pending changes are
    not executed.
    >
    > I tried to delay the window close, until the finish
    function get executed...
    > this works, but with some contents (for example the
    "Random Quiz" that is
    > included with Captivate 3) the user have to wait 5
    minutes!!
    >
    > I take some measures, and is taking 18 seconds from when
    the user clicks the
    > submit button, to the commit function get called, what
    is happening?
    >
    > The SCORM API implementation is very simple, and is not
    throwing errors.
    >
    > Any help and ideas will be appreciated.
    >
    > Thanks
    >
    > Javier Rodriguez
    >
    Erik Lord
    http://www.capemedia.net
    Adobe Community Expert - eLearning
    http://www.adobe.com/communities/experts/
    http://www.awaretips.net -
    Authorware Tips!

  • SCORM Adapter connectivity

    We're having problems on sites because the SCORM API cannot communicate back to the LMS as proxy servers are blocking the data from getting through.
    What we would like to do, is create some sort of applet or modify the adapter to test the connection as a kind of PC-Check before users raise Service Requests. We really need to make this as simple as possible - such as loading a page, which says it either could connect to the LMS server, or not.
    I have searched the forums and net and not found anything on this yet. Apologies if this already exists and thanks for your kind help.
    Regards
    jimhaddon

    Hmm... if you can stick the content server on the same host as OLM/eBS then you shouldn't need the SCORM Adapter.. otherwise, not sure what changes could be made that would only affect OLM and not the rest of eBS in terms of the host name of the apps server(s)...

Maybe you are looking for

  • Works on iPhone but not on ma or windows

    Posted my iWeb site on my FTP Server http://retepsphoto.com and on Safari and Firefox the add to art on googles checkout does not show on my mac, but they show and work on my iphone. Has anyone see and found a solution to my issue.

  • Cannot sync: awaiting connection

    Hi there, I'm having a very serious issue with Adobe Creative cloud. I regularly do drawing and sync my files to CC. The last time I did this successfully was 7 days ago. I tried 3 days ago, and got the message: awaiting connection. I left it for abo

  • Libraries in project tree

    I noted recently that some of my projects have libraries added in a separate "Library" branch of the project tree while in other they are simply listed at the base tree level; see these two examples: Is there any practical difference between these tw

  • Validate date using RE

    Hey guys, Need to validate date using RE in format MM/DD/YYYY and optional HH:MM:SS I already have simple solution, but would like to add checks for leap year and dates like 02/30/2006 or 04/31/2006 So far I have this: private static final String dat

  • A "done" button has appeared at the bottom of flight radar app and I can't remove it

    A done button has appeared at the bottom of flight radar app. Why? How do I get rid of it?