I am a developer who is currently developing a LMS for my workplace. I have been successfully making my way through making the website, but I've hit a wall with displaying the SCORM packages. I decided that the best way to go about this is to have a Moodle web-server running that holds the courses, then embed the course through an i-Frame, then finally send the score back to the server to store in a database.
I understand that I would need to use web-services, which I have fully set up. I'm just unclear on how I should use these services since course since core_course_get_contents doesn't seem to display the SCORM package itself.
So in short, how would I be able to display a course that entirely consists of one SCORM package on an external website, then get the score upon completion?
Thank you for any help given in advance.