-
1. Re: Captivate 4 SCORM not working, Exit Button Not working
zreichenbachcarr Sep 27, 2010 1:29 PM (in response to NathanStryker)Nathan,
when you publish to Scorm zip captivate 4, it makes a folder called SCORM_support, within that there is a javascript file (scorm_support.js) , the 2nd or third line is set to 0, but in reality it should be set to 1, is has to do with which Scorm version you are publishing to. 0, the default value is actually 2004.
I know you chose Scorm 1.2 in your captivate, but for some reason this setting gets messed up when published and sets the value to 0;
This
var g_nAPI = 0;
Should be
var g_nAPI = 1;
for scorm 1.2
If you are still having issues, I have seen other instances where the scoring of the quiz makes a incomplete, I usually set my percentage to 0 just to make sure that doesn't hold up the course completion.
Hope that helps.
Zcarr
-
2. Re: Captivate 4 SCORM not working, Exit Button Not working
Captiv8r Sep 27, 2010 1:37 PM (in response to NathanStryker)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:
Cheers... Rick
Helpful and Handy Links
Begin learning Captivate 5 moments from now! $29.95
Captivate Wish Form/Bug Reporting Form




