Captivate 4 to captivate 5 scorm cmi.score.raw has changed

I have the same project and published it using captivate 4 and then I used captivate 5 to publish it.
Witin our LMS the results for cmi.score.raw and cmi.score.max are reported differently.
I SELECTED POST AS PERCENT AND NOT SCORE
"REPORT TO LMS AS"
SCORE
PERCENT
FOR CAPTIVATE 4 it works fine
FOR CAPTIVATE 5 it still reports as a SCORE
===============================================
CAPTIVATE 4 (same course)
===============================================
GetLastError()
ERR=0 API returns: 0
SetValue("cmi.score.scaled", "0.5")
API returns: "true"
GetLastError()
ERR=0 API returns: 0
SetValue("cmi.score.raw", "50")
API returns: "true"
GetLastError()
ERR=0 API returns: 0
SetValue("cmi.score.min", "0")
API returns: "true"
GetLastError()
ERR=0 API returns: 0
SetValue("cmi.score.max", "100")
API returns: "true"
===============================================
CAPTIVATE 5 (same course)
===============================================
SetValue("cmi.score.scaled", "0.5")
API returns: "true"
GetLastError()
ERR=0 API returns: 0
SetValue("cmi.score.raw", "10")
API returns: "true"
GetLastError()
ERR=0 API returns: 0
SetValue("cmi.score.min", "0")
API returns: "true"
GetLastError()
ERR=0 API returns: 0
SetValue("cmi.score.max", "20")
API returns: "true"
ANY HELP ON THIS MATTER WOULD BE GREATLY APPRECIATED..
thanks,
Doug lubey of louisiana
additional information:
I BELIEVE THIS is a bug in the scorm "PUBLSIHING OPTIONS for scorm 2004" compatability
www.douglubey.com

WE USE THE SCORE INSIDE OF THE COURSE.  (HENCE THE SCORING PAGE /SLIDE WITHIN CAPTIVATE).
OUR LMS WAS USING CMI.SCORE.RAW TO DETERMINE THE ACTUAL SCORE THE STUDENT RECEIVED.
AND THIS IS THE PROBLEM WE HAD(CAPTIVATE 5 APPEARS TO HAVE A BUG IN THE SYSTEM ...it does not allow for a percentage to be passed only the RAW POINTS).....EVEN THOUGH THE PUBLISHING OPTIONS ALLLOW THIS.
SO UNTIL THEY FIX THE PROBLEM...
WE DECIDED TO USE cmi.score.scaled AND MULTIPLY IT BY 100.....
-DOUG

Similar Messages

  • Captivate 5/SCORM 1.2: Won't read percentage score right?

    I am using Captivate 5.5 to publish a 21-SCO course (18 reading slides and 3 quizzes). I have used SCORM 1.2 (in order to eventually use Moodle) and have chosen Complete/Incomplete, Report as Percent and Slide Views Only (for the learning slides with no interactions) and Quiz Score Only (for the three quizzes). I am using the Captivate 4 SCORM Packager.
    Here's my problem: I can't get it to read the percentage complete as the score. I am using SCORM Cloud for the test server, BTW.
    When I test the full, 21-SCO course, it reads the first SCO fine and reports back 4.76% complete (100/21). But after that, it completes the other SCOs fine, but the scoring does not change.
    Following the advice of some others in these forums, I made a test with some buttons to give the non-scoring, read-only SCO's point value. (1 point for each button). Then, the percentage scoring seems to read the percentage of only the slides accessed. So, for example, when it completes Slide 1 and moves to Slide 2, the percentage score reads 50 percent complete. But when it completes Slide 2 and moves to 3, it reads 66.7 percent complete.
    Buttons are not a good solution for me anyway. The client wants the SCOs to flow one into another seamlessly, with no forced interactions.
    All I want this to do is step percentage complete correctly for each slide.
    Anyone have any suggestions?

    OK.  That makes a bit more sense.
    The scoring that you speak of is really controlled in the LMS, not inside the Captivate modules.  All they do is report out to the LMS at the end of the module what the completion percentage or Pass/Fail score was for THAT PARTICULAR module, not for the entire course.  Each SCO is really a separate standalone object that just reports its own result.  It's up to the LMS to roll up the results for the overally course.
    Each LMS is different and has different capabilities. So to have any chance of getting the result you want, you'll have to wait until you can work with the LMS that will eventually be used to deliver the content and then play around with the settings to see if it will allow some kind of cumulative scoring.

  • 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!!

  • Captivate 7 Scorm 2004 and some Errors

    I've exported  2 captivate scorm files and used the Adobe Multi Sco Packager to create one course.
    When we upload the packaged scorm file to the LMS we keep getting the following errors in the debug window:
    Can someone point me where I can start to look on how to fix this issue?
    55: GetValue("cmi.launch_data")
    56: GetErrorString("403")
    57: return "Data Model Element Value Not Initialized"
    58: 403 Data Model Element Value Not Initialized
    59: GetLastError()
    60: return "403"
    61: GetLastError()
    62: return "403"
    63: GetErrorString("403")
    64: return "Data Model Element Value Not Initialized
    ----- and also the following:
    83: SetValue("cmi.score.scaled","NaN")
    84: GetErrorString("406")
    85: return "Data Model Element Type Mismatch"
    86: 406 Data Model Element Type Mismatch
    87: Invalid data format for Real: NaN
    88: GetLastError()
    89: return "406"
    90: GetErrorString("406")
    91: return "Data Model Element Type Mismatch"

    It should if you enable Interaction Data (default).

  • Can we translate in captivate 7? I Have tried and changed the Caption and Notes. Can we change the on screen text of te normal slides, interactive call out boxes, screen recording slides and quizzes? If yes, please let me know the process.

    Can we translate in captivate 7? I Have tried and changed the Caption and Notes. Can we change the on screen text of te normal slides, interactive call out boxes, screen recording slides and quizzes? If yes, please let me know the process.

    Of course! Here ya go
    For the record, I did create a new project with only two slides to try and duplicate the issue. I had the same problem. I unchecked the Mouse Click Sound check box, republished and the slide auto advanced. I'm wondering if a default sound file was somehow moved or deleted? I discussed uninstalling and reinstalling C7 onto my laptop, but that's a frustrating solution haha

  • Captivate 4 SCORM not working, Exit Button Not working

    Hi All-
    I hope somebody can help me out because I am at the end of my rope with Captivate.
    I have a project that is in the final stages, I'm attempting to publish it to our LMS and it is not tracking properly, it is initializing the LMS and it is recording a "Started" status, but I can not get the completion status to work properly.
    I really don't want to include a quiz at the end so these are the settings I have used:
    LMS Standard: SCORM 1.2
    Report Status: Complete/Incomplete
    Report To LMS As: Percent
    Choose report Data: User Access Only
    Reporting Level: Interactions and Score
    I have tested every possible setting I can think of and the bloody thing will not work!
    Somebody please help me, because I do NOT want to have to start this over with Articulate!

    Hi Nathan
    In addition to the other advice, I believe that you need to have at least one scorable object in order for the reporting to work. For example, sometimes folks need a simple acknowlegement that the content has been viewed. I believe this is the case with SOX compliance. In cases like these, you insert a simple Button object the user clicks. Configure a quiz. You don't need actual question slides. You configure the button to report back the click.
    I didn't see anything about the Exit button, but the Exit button is unreliable at best. If you are clicking the Exit button and it's not working for you, take a look at the info below:
    Click here to view
    Cheers... Rick
    Helpful and Handy Links
    Begin learning Captivate 5 moments from now! $29.95
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcererStone Blog
    Captivate eBooks

  • Captivate 3 Not Reporting Scores to TEDS LMS

    Hello Everyone,
    Thanks for taking a moment to read through this.
    I'm trying to build a course in Cap-3, using the TEDS LMS (SCORM 1.2). 
    The course runs fine, but is not sending the scores to our LMS.  I'm not the *most* techincal of folks, but I want to exhaust my troubleshooting first.
    Here's what I've tried.
    First:
    Screen shot of the repeated failures (quiz is a generic 2 question quiz):
    It's a little hard to see, basically it shows my three quiz results with "Failed" after each.
    Each time I took the quiz, I passed with 100%.  I set the pass threshold to 80.
    Here are the steps I've taken so far:
    http://forums.adobe.com/message/122880#122880
    Attempted steps in PDF, adjusting HTML to increase SCORM API load time
    Adjusted HTML to comment out one line
    Added a blank button slide
    http://forums.adobe.com/message/751946#751946
    Attempted to change quiz information to the following:
    -Complete/Incomplete
    -Quiz Results Only
    -Score
    -Report Score (And Report Score and Interactions)
    Same Forum:
    Added a button on a new slide that executed  LMSFinish() javascript.
    All tests result in a failed result.
    I know there's a lot of other technical tests I can run, but basically my only options right now are to modify things in Captivate and upload new tests to TEDS FTP.
    If you feel I've exhausted all my options, I understand!
    Thanks for your assistance.
    Paul Trively

    I've not lookede through the previous thread, but you've done variations on the settings?
    You have tried Pass/Fail instead of Complete/Incomplete? Generally, if you want a score to show, you need to use Pass/Fail. That's not always true, but a score is generally not associated with Complete/Incomplete in SCORM 1.2 (in my understanding).
    Have you tried the lesson through any test suite outside the LMS itself? That'd be my next step. The ADL Test Suite is the 'offical' tool for such testing but isn't very user friendly. Otherwise I'd suggest Rustici's Test Track
    http://www.scorm.com/scorm-solved/test-track/
    or the Reload Editor (which I've not used and am not 100% sure is for SCORM validation)
    http://www.reload.ac.uk
    Run the lesson through some SCORM tester and see if the values passed are what you expect. If not, change the settings, publish, and test again. A lot more efficient, hopefully, than going through the LMS itself and allows you to possibly determine an LMS issue over a lesson issue.
    HTH
    Erik

  • Publishing in Captivate 3, SCORM 1.2, no manifest file...

    I’m using Captivate 3, publishing to FLASH/SWF with SCORM 1.2 enabled. I’m only getting a zip with two swf files and nothing else.
    I’ve selected Quiz Results only, Score to LMS as Percent, Report Pass/Fail with Reporting level as Interactions and score.
    I’ve required Answer all – the user must answer every question to continue
    Selected Allow user to review quiz, show score at end of quiz and show progress
    In LMS Customization settings, nothing is selected.
    When I access Advanced Interaction there are nothing but blank spaces in the Track Score column for the Quiz slides.
    I believe this is why when I publish I’m not getting a manifest file, but I have run out of ideas.

    On your Quiz Settings select:
    Status Representation
    Incomplete-->Complete
    Success/Completion Criteria
    Report slides viewed = 100%
    Uncheck Quiz
    Uncheck Data to Report/Interation Data
    Click the Advanced button and select "Set extit to normal after completion".

  • Captivate 4 /SCORM 2004 Test not scoring correctly in LMS

    Hello,
    I've created a course in Captivate 4 with 5 points.   I've uploaded it into my LMS using SCORM 2004.   It will not score correctly.   I have double checked all of the settings in my click boxes, buttons, etc. Even though I answer everything correctly it will not score me at 100% which is what I have the passing rate as.
    Any ideas???
    Thanks!

    Hello,
    Thank you for your reply.  I have tried changing the reporting options to score vs. percentage and that doesn't work either.  My LMS is Mzinga (Knowledge Planet).   Below are screen shots of my settings.
    How do I get the "Mastery Score" section of the Manifest settings to be available (mine is grayed out)?  I read something about this on one of the disscussion forms but can't fibgure out what I'm missing to make it available.  Could this setting have something to do with my issue? 

  • Captivate 4/SCORM/LMS

    Adobe E-Learning Suite CS4 w/
    Captivate 4
    Flash CS4
    etc...
    I'm pretty sure everyone looking at that subject is sighing and rolling the eyes. lol.
    In any event I really need some help, as soon as possible.
    Let's go with that I have NO experience with SCORM compliance or LMS.
    I had created a Software Simulation CBT, basically used for employees to learn how to use an application that my client uses.
    I had originally done this all in one, and it ended up being around 150 slided.
    The opening slide has a 16 second Flash produce introduction with 16 second audio.
    Only other audio is produced from clicking the "Next" button
    Only other Flash is from FMR demonstrating the software (very minimal)
    It seemed that publishing such a large file produced very inconsistant files - sometimes very buggy in sections - back button not working properly, getting stuck on quiz slides, etc.
    So I broke up the large file in 8 separate files. Intro, Modules 1 - 6, Conclusion.
    Now... Here comes my next problem. I set up all the SCORM/Quiz reporting.  Each of the modules has a quiz associated with it for reporting. Intro and Conclusion have reporting on the last "NEXT" button.
    What I am asked from our client, is that the employee will log onto the LMS - click on the Course Name - and it will launch the intro.  Now to the user, the rest of the course should be seamless.  It's for the most part (except for one section in Module 1) completely linear.  When the user gets to the last slide of the Intro section, when they click next it should go to the first slide of Module 1.  It should have the built in TOC that I built in the flash files.  I did all the SCORM 2004 reporting options, manifest file, etc.  I used the SCORM Packager provided (the aggregator) and sucessfully created a .ZIP to upload to the LMS.
    I downloaded Moodle, full package, to use as a sandbox LMS on my local system.
    When I upload the .zip file produced from the SCORM packager, and run it in the LMS the TOC does not show all of the modules.
    Also, when I get to the last slide of Intro and click "NEXT" it just goes to a blank screen.
    How do I make this a seamless transaction with proper LMS reporting - which is NOT pass/fail it's just completion.
    Anybody still reading yet??
    Please let me know if you need anymore information, it's very vital that I get this figured out by this weekend as our client is requesting a final product by Monday/Tuesday.  I really really appreciate any help that can be provided, thank you all very much in advance.
    I fear I may be in over my head here...  which is not an option.

    Imagine that a SCORM course is a book. This book has separate chapters - each chapter is a SCO. If you have a SCORM course that consists of 7 SCO's you would still only have one course in the LMS. Depending on how the SCORM communication is set up YOU define how the course should work.
    Example of a SCORM manifest (NOT correct - only an example)
    Title: Course title
    SCO1: Chapter 1 - Introduction - introduction.html (the HTML files which has the apiwrapper and loads your swf)
    SCO2: Chapter title - resource link
    SCO3: Chapter title - resource link
    Okay, so I guess my question is this then.  Is it MY responsibility as the programmer to link the SCOs together within Captivate? or is that done within the SCORM manifest? Or does the LMS handle this?
    I would say that it is your responsibility. The programmer / developer would need to put in the SCORM calls in the chapters/SCO's for it to work. This cannot be done afterwards.
    In other words, lol, does the next button on the last slide of each module have to "Open File/URL" or can it simply say "Continue" as it does now and the LMS, via the manifest, will know to open the next module and start that slide annnnd will it report as one final score?? That's the other thing, I would like it to report one score for the overall course (it's actually not a score, it's just a complete/incomplete)
    No you would need to do two things at the end of each module.
    1 - Set the particular module as "Completed" in the LMS by using a SCORM command
    2 - Close the particular module in the LMS by using a SCORM command.
    Once these two are done then the LMS will unload the current module and automatically fetch the next module in the SCORM manifest and run that.
    If you are only interested in reporting complete/incomplete then this is enough. Just call the SCORM commands to set each module as completed and then the SCORM command to unload the module. Once they go through the last module all is completed and the course is "passed".
    As for the TOC I am a bit confused.
    Do you have a TOC for each of the modules created in Captivate? If so then this will work just fine in an LMS.
    If you have a TOC using the Aggregator then you would of course need to use Captivate to make the SCORM package. Another option could be to check if the LMS has a "TOC" of it's own. Many LMS' build their own TOC based on the SCORM imsmanifest.
    One suggestion I have for you.. Make a testfile for your client. This file should basically be what you tried to upload to Moodle first. Completely done in Captivate and Aggregator. Then ask them to load this in their LMS and see if they encounter any problems first. As I said Moodle isn't the best choice for troubleshooting LMS / SCORM issues ;o) Perhaps everything works perfectly well in their corporate LMS.
    /Michael
    Click here to visit the www.captivate4.com blog

  • Captivate 4: 3 Attempts, Score and Completion Status Issue

    Hi Everyone,
    I hope somoene may have some insight on this issue.  We built a quiz in Captivate that has a minimum passing score of 80% and allows the learner 3 attempts to complete it.  The quiz should only send a completed status to the LMS if an 80% or greater is acheived.  If the learner takes the quiz and passes on the 1st attempt, the quiz is marked as completed and passes the correct score to the LMS.  However, if the learner fails the first time, and then gets a passing score on a 2nd or 3rd attempt, the new score is passed to the LMS but the status remains as incomplete. I included a screenshot from a test I ran in SCORM Test track.  I failed the first attempt and passed on my second attempt with a 97%.  However, as you see it is stated as incomplete.  When I passed on the first attempt, it says completed.  Any thoughts?  Perhaps this is a setting somewhere that is incorrect?  We have tried several things and even tried calling Adobe Support (but after an hour and a half of holding and transfers that hit a wall).  Any insight would be great!!
    Thanks,
    Connor

    Complete/Incomplete is more related to how many of the slides in the project were viewed all the way through to the end.
    If you're talking about a score from the Quiz being at least 80% in order to pass then maybe you should be focusing more on Pass/Fail.
    Check your Quiz Settings in Captivate.  Do you have it set to report Complete/Incomplete or Pass/Fail?
    Maybe what you're seeing here as inconsistency is due to your not watching every single slide all the way through on the second time through.

  • Problems with Captivate (cp4) SCORM 1.2 content in Blackboard 9.1 when using  Internet Explorer 8

    I'm having problems playing my captivate content in Blackboard 9.1 using IE8. The same content works using Chrome, Firefox, but does not load using IE8 when played through the SCORM player. The same content works (although without the tracking obviously) when played as a file within the Blackboard environment, so I can only imagine it's some kind of interaction between the Blackboard 9.1 scorm 1.2 player and the captivate content. All I have within the scorm player is a white area which when right clicked shows that the movie has not been loaded.
    I've tried: adding the Blackboard 9.1 domain to the IE trusted sites list, and turning security on Trusted sites as low as possible. I've also been careful to always select No when asked if I'd like to only load the secure content (I'm not really sure why I get this message - everything is hosted on a (https) secure site).
    If you have any ideas I'd love to hear them.
    Thanks,
    Dan

    I'm having problems playing my captivate content in Blackboard 9.1 using IE8. The same content works using Chrome, Firefox, but does not load using IE8 when played through the SCORM player. The same content works (although without the tracking obviously) when played as a file within the Blackboard environment, so I can only imagine it's some kind of interaction between the Blackboard 9.1 scorm 1.2 player and the captivate content. All I have within the scorm player is a white area which when right clicked shows that the movie has not been loaded.
    I've tried: adding the Blackboard 9.1 domain to the IE trusted sites list, and turning security on Trusted sites as low as possible. I've also been careful to always select No when asked if I'd like to only load the secure content (I'm not really sure why I get this message - everything is hosted on a (https) secure site).
    If you have any ideas I'd love to hear them.
    Thanks,
    Dan

  • Captivate 5 SCORM 2004 3rd Edition ADL Testing Issues

    I have published a project from Adobe Captivate 5 and am currently trying to get it through the Advanced Distributed Learning (ADL) Sharable Content Object Reference Model (SCORM) 2004 3rd Edition Conformance Test Suite. I was able to pass the first part: the Content Package Conformance Test and solve the initial errors I was experiencing. However, I now have a new set of errors relating to the Sharable Content Object (SCO) Run-Time Environment (RTE) Conformance Utility Test. It appears that they all stem from:
    ERROR: The Terminate() method was never successfully called.
    Here is the detailed SCO test log:
    Attempting to Launch SCO C:\Documents and Settings\Administrator\Desktop\offender_transportation6\offender_transportation.html
    Commit("") has been called
    ERROR: The Communication Session is NOT initialized
    ERROR: The SCO called the API methods out of order
    ERROR: Commit Before Initialization
    Terminate("") has been called
    ERROR: The Communication Session is NOT initialized
    ERROR: An invalid Terminate() call was made
    ERROR: The SCO called the API methods out of order
    ERROR: Termination Before Initialization
    ERROR: The Terminate() method was never successfully called
    ERROR: The SCO is SCO RTE 1.0 Non-conformant
    The project is currently set to issue a completion status to the LMS after 22 slides have been viewed. Then the project should output the Quiz Results and Slide Views to the LMS. For Project End Options I have tried both: Stop Project and End Project. I haven't been able to find any other settings in Adobe Captivate that relate to this Terminate problem.
    Can anyone give me some insight into what could be causing this error?

    As I tested, Captivate really cannot support 3rd Edition.
    I'm not sure what's the differences between 2nd and 3rd
    Edition, but I found that Articulate's '09 series (
    http://www.articulate.com/products/quizmaker-publishing.php)
    outputs these two editions separately.
    I hope Capative could update the module to treat 3rd
    specially.
    William Peterson
    eLearning Master
    http://www.sameshow.com/blog/

  • Captivate 7 - SCORM 1.2 Publishing Issue to IE8

    When publishing my Captivate 7 files to SCORM 1.2 and loading into an LMS, when exiting the course file from the LMS, I am taken to a page that says "This page does not exist." I am only receiving this page error in Internet Explorer (8), not the Chrome browser. I have tried various publish settings, none have fixed the issue thus far. Please let me know how this issue can be resolved. (My LMS said this is a Captivate 7/IE issue, not an issue on their part).

    Hi,
    Can you test this to close the course window:
    Insert 3 buttons or smart shape used as buttons (as Finish course buttons).
    On the first button apply an action to execute javascript and in the script window, use this script: parent.close()
    On the second button apply an action to execute javascript and in the script window, use this script: top.window.close()
    On the third button, execute a standard action and assign "cpCmndExit" (system variable) with 1.
    Then publish the course and upload it to your LMS and check whether any one of these work for you?
    Thanks

  • Captivate 7 SCORM

    I have been using Captivate 7 to create SCORM quizzes for my website. Now, any new SCORM I create will not function, either on my website or in my browser. They will just not open no matter how may times I redo and/or reload them.

    It should if you enable Interaction Data (default).

Maybe you are looking for

  • Changing the default to location of Archiver data

    Hi, Is there any way that we can change the default location of the Archiver data. By default is goes to archives folder, i want it to goto some other folder. Similarly when u take up the backup of site. i want it also to be stored in some other fold

  • Running an SQL Server Agent Job to execute a package but the job FAILS on Connections

    I have created a package which basically imports data from one database to another, The database where it collects the data from the job is failing on connecting reporting the following message: Source: ****** Connection manager "Source - *****"    

  • Returning more than one value/object from an EJB method

    Hi, I have the follong method in the remote interface of my EJB: void createSomeObject( MyObject obj1, List returnList1, Map returnMap1); Since i want to return a List (returnList1) and a Map(returnMap1) from my EJB method "createSomeObjects", i am p

  • ORACLE 8i LITE ..DR. WATSON ERROR

    I'm getting Dr. Watson error when trying to hotsync the palm, after installing Oracle client software for palm. Any suggestions? Rama

  • Thousands of duplicate favorites

    Some how my favorites have managed to duplicate themselves thousands and thousands of times. I just recently noticed this when I tried looking at my favorites in IE11 and it kept crashing. Heres what I did...I cleaned out my favorites in IE and i fig