André Dietrich

Results 138 comments of André Dietrich

Rating/Scoring means, that the state of quizzes is stored within the LMS as well as SCORE-values, if cmi.mode is not set, the package will not report back to the LMS....

Okay, now I see the problem ... The `cmi.mode` is a read-only value, when it is set to browse or review by the LMS, it indicates to the SCORM-package that...

By the way, this is a course I want to upload to edX [course.zip](https://github.com/overhangio/openedx-scorm-xblock/files/12699654/output.zip)

The SCORM 1.2 works with Moodle, 2004 with for example ILIAS, here is the example for 1.2: [output.zip](https://github.com/overhangio/openedx-scorm-xblock/files/12700605/output.zip) As you can see from the video, Moodle sets the value `cmi.mode`...

The problem was, that SCORM has different modes for preview or review in which it can operate, these are not set by your plugin. I now integrated a special case,...

Yes, I know that it works and grading works also ... but you can set a course to __review__ or __preview__ mode, without any scoring at all, where others can...

Hi Mario and thanks for the report, I just updated the Exporter, so that the there is no black-screen anymore. I tried this with the following command: `liaex -i README.md...

I updated the exporter, this error can only be caused if no `cmi.scaled_passing_score` value is set. I made the JSON-parsing for this now bulletproof. I hope this fixes the issue,...

I rebuild the app with a newer version of npm and node. This error should actually not happen, and might be caused due to some wrong file-packing. Could you try...

It must be a rated course, this is commonly set within the LMS. https://github.com/LiaScript/LiaScript/blob/2511080732fe6f25f19f244ed65d2a508e2e2bf0/src/typescript/connectors/SCORM2004/index.ts#L209C3-L227C8 If the course is rated, then the `cmi.mode` has to be set to active otherwise it...