i# Changelog
This file includes a history of past releases. Changes that were not yet added to a release are in the changelog.d/ folder.
-
[Bugfix] Scorm file upload error which zip is compressed with Windows OS. (by @talhaaslam01)
-
[Bugfix] Fix a bug where the scorm block would fail to load with an error message
No module named 'importlib_resources'
(by @kdmccormick)
- [Bugfix] Make addition of block usage key in scorm path backward compatible. (by @ziafazal)
-
[Improvement] Add a scriv-compliant changelog. (by @Danyal-Faheem)
-
[Bugfix] Prevent overwriting of exported course scorm data by imported course. (by @Danyal-Faheem)
- Use usage_key instead of block_id as the location identifier for scorm data as it is unique across course imports.
- This change will not take effect for previously created scorm modules.
-
[Improvement] Removed student information and other scorm data from get value func and sends it as part of
scorm_data
in student view. (By @ahmed-arb) -
Added
cmi.score.scaled
to uncached_values, -
Removed old test cases.