diff --git a/runtime/scripts/scorm-storage.js b/runtime/scripts/scorm-storage.js index 74a720d10..6555d79e2 100644 --- a/runtime/scripts/scorm-storage.js +++ b/runtime/scripts/scorm-storage.js @@ -123,7 +123,7 @@ SCORMStorage.prototype = /** @lends Numbas.storage.SCORMStorage.prototype */ { * @returns {boolean} - Did the call succeed? */ set: function(key,value) { - var val = pipwerks.SCORM.set('cmi.'+key,value); + var val = pipwerks.SCORM.set(key,value); return val; }, /** Get a SCORM data model element.