Hi, we are trying to persist data between sessions in a SCORM 2004 course hosted on an Icodeon server
When we save any data, say to suspend data, it stores it OK. However, when I run the course again by running a SCORM Initialize from the HTML body tag, all the existing stored data seems to disappear?
This means I cannot retrieve any stored VLE data as it does not exist any more so I cannot persist data between sessions? This means that users can store data whilst using the course but cannot retrieve saved data when they leave a course and go back to it some days later as all the data is deleted when the new course is run i.e. when the "inititalize" call is made to the SCORM VLE.
I am not really sure what is happening here as all of this works fine on our local Moodle VLE?
I wondered if there is a setting in Icodeon that has been set/not been set that automatically deletes the stored SCORM data when a course is run again?
FYI I used the SCORM 2004 detective supplied on the install using the default settings and there is a similar problem with suspend data not being able to be retrieved on subsequent visits to this course.
I noticed there is a config file where you can change the data persistence settings and whether to store the data in a database or in XML. I thought there might be a setting here for persisting data between sessions which might help with my problem? Or do I need to chage my manifest SCORM calls and /or manisfest XML file in some way?
Thanks in advance for any information on this.