XOB Olivier Bellemare

Results 9 comments of XOB Olivier Bellemare

The use case is that we prefer showing the wrong language to users (with the waterfall defined as the languages that the users have the biggest chance of understanding first),...

It appears that your SCO is trying to initialize the API after terminating it. As per [the SCORM 2004 API specifications](https://adlnet.gov/assets/uploads/SCORM_2004_4ED_v1_1_TR_20090814.pdf), REQ_4.4: > If the communication session has been terminated...

> SCORM 2004 unable to return the score I believe that if the API is unable to return the score, it may be that the SCO has not set it.,...

@fabmesto Looking at your example with the Chrome Console open, you can see that when pressing the Back button on the browser, the training gets unloaded and correctly terminates the...

I was unaware that simplify-scorm was published to NPM. It was not published by us, I have no idea what version was published, but version 0.0.1 was never a thing....

I do not have an ETA, no. I have reached out to the person who published the package to npm, asking them to add me as a maintainer or hand...

Did you turn on debugging? To turn on debugging, execute `window.API.apiLogLevel = 1;` before loading the course. I would help more, but CPXHRLoader.js is a minified file that is unrelated...

Good find! While investigating this, I found that there is an ever bigger underlying problem that affects both 1.2 and 2004 APIs, where it is impossible to get the value...

There already is [example code for initial values](https://github.com/gabrieldoty/simplify-scorm#initial-values-1).