Question
I understand that I can use method overrides to set defaults for specific package properties in the SCORM Engine. Where can I find a list of all of the methods you can override?
Answer
If you have access to the source, you can find the list of methods in defaultintegration.java. It is located here...RusticiSoftware.ScormContentPlayer.Logic/src/RusticiSoftware/ScormContentPlayer/Logic/DefaultIntegration.java. If you choose to use a method override, please note that you are going to have to re-compile your jar, then insert it into your war. Let us know if you have any questions.