Brian J. Miller
Brian J. Miller
FWIW cmi5 as a profile handles progress, score, and completion as well as the session mechanics (launched, initialized, terminated). It is a lighter weight specification than the ADL SCORM Profile...
> As majority of the LMSs depend on "result" node to identify the Completion status for a course, instead of depending on verbs or extensions, is it possible to standardize...
Per @bscSCORM use the last modified HTTP header as the timestamp of the state.
There aren't any plans to support Typescript at the moment, and I don't know of any tools as you mentioned to do so automatically. The code is fairly consistent so...
Actually I now suspect this is because of the dumb default of `allowFail`. Unfortunately didn't record how the `TinCan.LRS` object was constructed, but it makes sense that there wouldn't be...
In a much earlier version of the specification (up through Tin Can 0.9) the Agent/Group objects allowed arrays of identifying information, and based on very early usage of the specification...
The repo is maintained, but changes are not frequent. We have some items that are intended for a roadmap to a version 2.x, but there isn't currently a timetable for...
I don't know of one, but having said that you shouldn't need it to accomplish your goal. You can access the individual objects themselves, or as you've found use the...
This was a problem with the way submodules were originally set up. I've pushed a commit to fix the problem so that submodule sources point at `https` URLs instead of...
Thanks. Took a look, don't think grunt-continue is really what I'm after. I think you are correct, I'm looking to minimally get the pass/fail result from Mocha, and I'd love...