- Issue created by @Jiskra
For SCORM schema 2004 it is possible to track progress by cmi.progress_measure
But in module, this cmi path is not registered.
it could be added via hook_opigno_scorm_register_cmi_paths, but still in JS file api-2004.js, there are cmi data paths hardcoded in validation function "_validCMIDataPath" and do not reflect values in registeredCMIPaths variable
Add cmi.progress_measure into keys (as in patch) or use dynamic array for keys
Active
3.2
Code