Cant update cmi.core.total_time or cmi.core.session_time

Re: Cant update cmi.core.total_time or cmi.core.session_time

by Dan Marsden -
Number of replies: 0
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers Picture of Plugins guardians Picture of Testers Picture of Translators

cmi.core.total_time is a read-only value, you cannot "set" it from within your SCORM pacakge - it calculates the value based on the cmi.core.session_time that your package is responsible for setting.

You can diagnose SCORM issues like this using the SCORM debugger tool:
https://docs.moodle.org/en/SCORM_FAQ#Debugging

I've deleted your other duplicate post. Please avoid posting the same question in more than one location.

thanks!