Accessing Mobile scorm api object

Re: Accessing Mobile scorm api object

by Ross Smith -
Number of replies: 2

Hi Juan, 

Good point - sorry, no, it also fails on the official app from the store (tested on Android).

Thanks again, 

Ross

In reply to Ross Smith

Re: Accessing Mobile scorm api object

by Dani Palou -
Picture of Core developers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers

Hello Ross,

sorry for the delay in answering. I checked your SCORM package and I saw you include some fixed URLs:

<file href="http://192.168.1.91/moodle_31/content/Ross/test.html" />

You should use relative URLs:

<file href="test.html" />

I changed all the URLs for relative URLs and it works fine now in Android.

Kind regards,

Dani

In reply to Dani Palou

Re: Accessing Mobile scorm api object

by Ross Smith -
Thanks for this Dani - that makes perfect sense - I'm hitting myself for not realizing it.  This doesn't perfectly solve it for me just based on some requirements on where we place our content (probably why I missed this) but it points me right where I need to be to fix it!  :D


Thanks a lot!

Ross