springcode

Results 3 issues of springcode

Is it possible to have a 4.0 build for this?

Addition of getCourseMetaData and a fix to the setCourseAttributes method based on the SCORMCloud spec.

Can this be added to the API Wrapper? I have fashioned my own for testing ... SCORMCloud.prototype.getCourseMetaData = function (courseid, callback) { var url = new URL('api?method=rustici.course.getMetadata', this.serviceUrl); // The...

enhancement