Hi,
Is there a way to launch SCORM module in an external mobile app using webservice?
I've been looking at the Webservice documentation to see if it is possible to launch the module using a user token so the user don't have to see login page once they have the authenticated token.
The thing is I want to run the moodle SCORM in the external environment (user wouldn't know whether they are logged in Moodle).
At the moment, when user clicks the module url, it goes to the login page (of course) but I want to get rid of this step.
If there is a way to authenticate the user and launch the SCORM module (
http://mySite/mod/scorm/player.php?scoid=28&cm=24&newattempt=on&display=popup&mode=normal) behind the scene, can you please advise how this can be done?
Thank you for your time and help in advance!