Question
captivate 3 scorm issue
I'm having an issue loading a scorm package into my LCMS
using captivate 3. I didn't have any issues when using the original
version of captivate (even had my content streaming as well as
collecting all data). After loading the scorm package, when I
launch it, it get an error that states:
'document.getElementById(...)' is null or not an object (line 184,
character 4).
In the generated html, the element Id referenced on line 184 is 'Captivate'.
Does anyone else have this problem? Any solutions or ideas? Any method of testing would be appreciated. Fwiw, here is the entire code block:
<script type="text/javascript">
document.getElementById('Captivate').focus();
document.Captivate.focus();
</script>
Thanks-
In the generated html, the element Id referenced on line 184 is 'Captivate'.
Does anyone else have this problem? Any solutions or ideas? Any method of testing would be appreciated. Fwiw, here is the entire code block:
<script type="text/javascript">
document.getElementById('Captivate').focus();
document.Captivate.focus();
</script>
Thanks-