Forum Discussion
Will_Findlay
5 years agoCommunity Member
How often does Rise ping the LMS?
I am considering creating a very video heavy Rise course. However, I am worried about my LMS timing out. Does Rise contact the LMS after each move to a new page?
JoyceMaurin-e58
Community Member
Ok. Well. My dev wanted to find a solution and dug on it. Here is what we will use:
We will add this:
if (strElement == "cmi.core.lesson_location")SCORM_CallLMSCommit();
Inside the Scorm_CallLMSSetValue function to force a commit when one change of lesson.
What could be the side effects?
DavidHardin-37a
4 years agoCommunity Member
Hi Joyce,
Did you have luck with this? We are having the same issue with Rise courses not bookmarking due to our SSO timeout. Also, which file are you adding this string to?