overhangio / openedx-scorm-xblock

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

get_ and set_value handle cmi.score.scaled #58

Closed bryanlandia closed 7 months ago

bryanlandia commented 7 months ago

cmi.score.scaled in SCORM 2004 packages should be a decimal between 0 and 1 reflecting a percentage score (Actually cmi.score.scaled can have -1 to 1 but Open edX shouldn't allow negative scores)

Fix Issue #55

bryanlandia commented 7 months ago

We have this change running in production on our fork, though it is cherrypicked back to a release that's compatible with our environment.