Hello,I am very new to SCORM (first project) and I understand everything I have read so far. I am good with initializing the course in an index page. My site is composed of 3 separate sections and a finish page. Using Pipewerks documentation and samples, I understand conceptually that I need to check variables from the LMS using pipewerks.SCORM.get (scorm.get as a shortcut) and react accordingly, but I am not sure on the top of each html page whether or not I am using scorm.init(). Other APIs I have used for other purposes have the init function initialize if first time (returning true) and simply return true if already initialized. Any guidence you may have would be greatly appreciated. Thanks in advance.- Hammy--
You received this message because you are subscribed to the Google Groups "eLearning Technology and Development" group.
To view this discussion on the web visit https://groups.google.com/d/msg/elearning-technology-and-development/-/rCt5gurwdIoJ.
To post to this group, send email to elearning-technolo...@googlegroups.com.
To unsubscribe from this group, send email to elearning-technology-and...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/elearning-technology-and-development?hl=en.
Hi HammyFor HTML-based courses (as opposed to Flash), SCORM requires the use of a frameset or iframe. The SCO is initialized in the parent frame when the course loads. Since the parent frame remains static throughout the entire course, there is no need to re-initialize the SCORM connection. In fact, initializing more than once is a no-no and can kill your course.The course content is then displayed through a series of child frames or iframes, which can communicate to the parent frame via JavaScript.For example:index.html > parent frame, initializes and manages SCORM connection.content01.html > loads via iframe into index.html
content02.html > loads via iframe into index.htmlcontent03.html > loads via iframe into index.htmletc.Hope that helps- philip
On Sun, Aug 26, 2012 at 3:36 PM, Hammy <workmo...@gmail.com> wrote:
Hello,I am very new to SCORM (first project) and I understand everything I have read so far. I am good with initializing the course in an index page. My site is composed of 3 separate sections and a finish page. Using Pipewerks documentation and samples, I understand conceptually that I need to check variables from the LMS using pipewerks.SCORM.get (scorm.get as a shortcut) and react accordingly, but I am not sure on the top of each html page whether or not I am using scorm.init(). Other APIs I have used for other purposes have the init function initialize if first time (returning true) and simply return true if already initialized. Any guidence you may have would be greatly appreciated. Thanks in advance.
- Hammy--
You received this message because you are subscribed to the Google Groups "eLearning Technology and Development" group.
To view this discussion on the web visit https://groups.google.com/d/msg/elearning-technology-and-development/-/rCt5gurwdIoJ.
To post to this group, send email to elearning-technology-and-devel...@googlegroups.com.
To unsubscribe from this group, send email to elearning-technology-and-development+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/elearning-technology-and-development/-/-d7s3rMw1jUJ.
To post to this group, send email to elearning-technolo...@googlegroups.com.
To unsubscribe from this group, send email to elearning-technology-and...@googlegroups.com.
take care,jpc
take care,jpc
To post to this group, send email to elearning-technology-and-developm...@googlegroups.com.
To unsubscribe from this group, send email to elearning-technology-and-development+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/elearning-technology-and-development?hl=en.
--To view this discussion on the web visit https://groups.google.com/d/msg/elearning-technology-and-development/-/-d7s3rMw1jUJ.
You received this message because you are subscribed to the Google Groups "eLearning Technology and Development" group.
To post to this group, send email to elearning-technology-and-devel...@googlegroups.com.
To unsubscribe from this group, send email to elearning-technology-and-development+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/elearning-technology-and-development?hl=en.
--
You received this message because you are subscribed to the Google Groups "eLearning Technology and Development" group.
To post to this group, send email to elearning-technology-and-devel...@googlegroups.com.
To unsubscribe from this group, send email to elearning-technology-and-development+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/elearning-technology-and-development?hl=en.