SCORM Skillsoft properties

SCORM Skillsoft properties

by Zachary Johnson -
Number of replies: 4
Hello,

I was curious if anyone out there has experienced latency with SkillSoft courses uploaded to a Moodle system. Our courses delay for 3-4 minutes, sometimes longer when launched. We've worked with Skillsoft tech help and they can't seem to offer any suggestions based on the data we've found.

I'm beginning to wonder if it is an issue with the properties of the courses. When created, I package the SCORM courses as stand alone PIFs. Can someone compare the general property values I use (see below) with their own SkillSoft courses and verify I set them up correctly?

SkillSoft Course Player (SCP)
o DEBUG=true
o AICC_CORE_LESSON_FOR_RESULTS=true
o AICC_CORE_VENDOR_FOR_DATE=true
o SCORM_CMI_SUSPEND_DATA_FOR_RESULTS=true
o LMS_AICC_V2_POST=true
o LMS_VENDOR=other
o E3_AICC_OBJECTIVES_STATUS_FOR_RESULTS=false
o E3_LS_DETERMINED_BY_MS=true
o E3_WRITE_SCORM_CMI_OBJECTIVES=false
o USE_CCA_COMPLETION_MODEL_FOR_LEGACY=true
o LMS_AICC_VERSION=2.2
o CCA_WRITE_SCORM_CMI_OBJECTIVES=false
o CCA_WRITE_AICC_OBJECTIVES_STATUS=false
o CCA_COMPLETION_THRESHOLD=80
o USER_COMPLETION_NOTIFICATION=false
o LMS_DEBUG=2
o USE_SCORM_API=true

SkillSim Player
o DEBUG=true
o DISABLE_COURSE_MENU=true
o AICC_CORE_LESSON_FOR_RESULTS=true
o AICC_CORE_VENDOR_FOR_DATE=true
o LMS_AICC_V2_POST=true
o LMS_COMPLETION_THRESHOLD=80
o LMS_VENDOR=other
o SCORM_CMI_SUSPEND_DATA_FOR_RESULTS=true
o LMS_AICC_VERSION=2.2
o LMS_DEBUG=2
o USE_SCORM_API=true
o SCORM_TIMEOUT_SECONDS=60

Thanks,
Zach
Average of ratings: -
In reply to Zachary Johnson

Re: SCORM Skillsoft properties

by Amy Groshek -
Hi Zach,

I don't have any experience with SkillSoft SCORM. I have worked with AICC from SkillSoft. But could we get some more cursory info from you first?

These look like text file vars. Just to clarify: are we talking AICC or SCORM here?

What's a PIF? Is there an imsmanifest.xml in the zip dir?

What version of Moodle are you running?

If it is SCORM, you can run the package through debugging. You can paste the CMI interactions log right into this thread, so we can see if any connection with the LMS is made before the object starts to hang.

http://docs.moodle.org/en/SCORM_FAQ#Debugging_a_SCORM_Module

Do the packages eventually load?

Best,
A


In reply to Amy Groshek

Re: SCORM Skillsoft properties

by ethan estes -
Amy, PIF files are basically a zip file.
In reply to ethan estes

Re: SCORM Skillsoft properties

by Amy Groshek -
Thanks. How did I miss that? I searched for it and found stuff about a society in India and a flight association... smile
In reply to Zachary Johnson

Re: SCORM Skillsoft properties

by Chloe Knight -
Hi Zach,

I’m wondering if you ever resolved what was causing the latency problems with your SkillSoft modules? I'm having exactly the same problem…

Thanks.