by Sandeep Nair.
Hi Purnendu,
Thanks a lot.
This is what I have implemented using a middleware service. I am trying to create the SCORM url for a course. The URL requires two parameters scoid and cm. I found that the value for scoid was not actually required. The URL can be like this : /mod/scorm/player.php?scoid&cm=28&display=popup.
I did not have to mess up with the database, as the cm was available in the core_course_get_contents
Thanks,
Sandeep