9 November, 2015
Debugging the SharePoint Learning Kit Frameset and SCORM Interactions
This post is for SCORM tool and package developers rather than the users of SLK.
If you need to see the interactions between a SCORM package and the SharePoint Learning Kit frameset there is a debug mode which will show you all the interactions between the package and SLK. Once enabled, the frameset will pop up another window into which all the interactions are logged. Here is an example from saving the answers from the first Quick Check in the Solitaire package (click for a bigger image).
Looking at the output more closely at the highlighted lines below, you can see that the first interaction has an ID of Q1, is of type fill-in and the value is patience.
Hopefully, this should give you enough information if your package isn’t working as expected with SLK.
To enable the debugging:
Hopefully this will enable you to debug your packages interactions with SLK.