Send and Receive Offline Data

Apr 17, 2019

Hi Experts,

I know that the variables in the SCORM will automatically exchange between the LMS server and browser's offline data all the time, which works perfectly smooth all the time.

What I am now trying to do is to skip the bulky LMS (moodle) and implement my own light weight framework. Thus, I'd like to know what kind of requests (GET/POST/PUT?) will be launched for this data exchange transaction. ie

Browser POST/GET  ___?___  to LMS ( for browser to retrieve var values from LMS )
Server STDOUT  ___?___ to Browser ( for LMS updates browers' offline data  )

Anyone could help to fill in the blanks to tell what are those parameters ? Thank you very much

 

3 Replies
Rob Tao

Hi,

I came across this posting, and really hope someone can help me with our issue. I brought forward an older Storyline into 360, and published as TinCan/HTML5 only.

However, our Programmer noticed, the  method published is PUT, instead of POST

Our LMS only receive POST method

My question, is there any options within Storyline to publish the method to POST

I've attached a screenshot of our issue.

Note, we could rewrite the code to accept PUT, but that's not our first choice, we would hope to make the change in Storyline output, if possible. 

Any advice would greatly appreciated!

Rob