simple-scorm-wrapper

0.2.1 • Public • Published

version 0.2.0

Documentation

Javascript API wrapper for Scorm 1.2 and/or Scorm 2004

Installation

npm install simple-scorm-wrapper

Usage examples

import scorm from 'simple-scorm-wrapper';
 
let api = new Scorm({
  exitValue: null, //optional use to enforce value sent when the program is terminated
  score: {
    min: 0,
    max: 100
  },
  debugger: function(err, msg, param, value) {
    console.log(err, param, value);
  }
}, function(api, message) {
  //success callback - triggered if the initialization of the LMS apiHandler was successful
  //your program/code logic here
});

Methods

api.exitValue = ""; // force cmi.exit value. Accepts one of these values : "", "normal", "logout", "suspend";

Readme

Keywords

Package Sidebar

Install

npm i simple-scorm-wrapper

Weekly Downloads

1

Version

0.2.1

License

MIT

Unpacked Size

66 kB

Total Files

6

Last publish

Collaborators

  • lmihaidaniel