Copy link to clipboard
Copied
I'd like to be able to report elapsed time to my LMS (Moodle) in Captivate 9. Can this be done using Advanced Actions, or will I need JavaScript?
Are there any good books or tutorials on custom SCORM reporting?
Copy link to clipboard
Copied
You can store the elapsed time in a user variable, if the LMS can retrieve those variables (not all can) this could be a possibility. However: did you check if the LMS itself has not the functionality to capture the elapsed time? More info about storing time in a user variable:
Copy link to clipboard
Copied
Thank you for your response, Lilybiri. Does the LMS actively capture data, or does Captivate push data to the LMS? I was assuming that it was the latter. Standard SCORM has fields for time, so I expect that Moodle can get it, I'm just trying to figure out how to make that transfer.
Copy link to clipboard
Copied
Both. Captivate pushes data (SCORM) but LMS has its own functionality.