Forum Discussion
JustinLambakis-
3 years agoCommunity Member
Saving Lightbox text-field data programmatically
Hey developers and js coders. We have a course where we have leveraged the lightbox functionality in a fairly deep way. Learners use it to "take notes" and capture data along the way—there are 10+...
ScottWiley1
3 years agoCommunity Member
You might add a JavaScript trigger that can use the setInterval()
function to Get and Set a variable value every so often. I guess you could add a manual call to “LMSSetValue('cmi.suspend_data', stringvalue)” which should work. Usually I'd set something like this up on the Slide Master.
Hope this help generate some ideas anyway.