Scorm (C3 runtime) (Construct 3 Plugins)

  • 4
    This content is deleted
    Addon
    Scorm (C3 runtime)

    C3 Scorm plug-in ported to C3 runtime with added C3 Preview mode support (no worker mode support).

You're viewing a single comment in a conversation. View all the comments
  • 7 Comments

  • Order by
  • Hi. Would you be able to figure out why my platformer game is not recognizing the SCORM integration? I'm able to upload to cloud.scorm.com without issues but it doesn't recognizing the pass/fail.

    I'm initializing the LMS when on start of layout. Then after they complete the 1st level, I set the lms value status and lms value score and lms commit. However, its not showing as pass/fail in cloud.scorm.

    • Perhaps issue with matching name of pass/fail condition between scorm and game? Check debug console for any errors.

      Also use the error condition and error expressions to detect and display an error.

      • Thanks Mikal. Can you explain what matching name of pass/fail condition mean? I'm using the "cmi.core.lesson_status". Sorry, I'm not a programmer so I'm too familiar.

        • Info like that, it sounds like you are doing the correct value. If you want to share your project, I could take a quick look.

          It would be good to also check the debug console (google chrome dev tools if you don't know what this is), it would be good to also check for the scorm error condition and value.