overhangio / openedx-scorm-xblock

SCORM XBlock for Open edX
GNU Affero General Public License v3.0
37 stars 46 forks source link

fix: use usage_key instead of block_id as location identifier for scorm data #71

Closed Danyal-Faheem closed 4 months ago

Danyal-Faheem commented 4 months ago

Fixes #70.

Changes

Caveats

Danyal-Faheem commented 4 months ago

@Danyal-Faheem I think we should avoid uploading of content file it does not make sense to extract old package when course is imported. I think in case of course import scorm package should become unavailable in new course whereas in previous course it should work fine.

@ziafazal okay, I will remove the code for saving the content file and just fix the path then.