Info

Statistics

  • Download count267 total downloads
  • Latest download count 267 downloads of latest version
  • Average download count1 downloads per day average

Owners

Description

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

Example Files

Example Scorm Question Project

Discussion

  • 21 Comments

  • Order by
Want to leave a comment? Login or Register an account!
  • Question on this particular step in the documentation.

    In the Retrieve values page instructions it says, "...we add sub events to check if the CMI "cmi.core.lesson_status" is "failed" or "passed". "

    I put System-->Compare two values--> but then I get stuck on what I'm supposed to enter. Do I just type in the text shown in the screenshot?

  • Hi, Im just trying this plugin for the first time and looks amazing, even being a total ignorant, I got it working in scorm cloud, but I have one question, what If I want to store multiple values like coins, jumps, clicks, (whatever variable) I can store one as cmi.suspend_data but can I store multiple things? If so, what direction should I go?

    Thanks! I see the last post was 2 years ago, hopefully this is still active :)

    • You can store your data in a C3 JSON object. When you want to save to server, save the string version of the JSON object to a value. When you want to read it back, get the string and use C3 JSON object parse ACE to reload your object.

      Check out the manual or tutorials regarding C3 JSON object.

  • 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.

  • It works! I didn't realize there was a documentation part that I needed to follow. Previously, it wasn't initializing the LMS but now it works. Thanks!

  • Hi. I successfully uploaded the SCORM package in CLoud.scorm.com but the sample project doesn't get past the start button since the LMS is not initializing.

    I have added the Trigger Once Initialize LMS as well but no luck.

    • Did you follow all the steps under #Notes on the documentation page? I found that I needed to change a few things with the output file from C3 before it worked.

  • Hi. I was able to follow the steps but I get an error when I load into to scorm cloud. Would u be able to assist?

  • Hi. Can anyone tell me the steps to get this addon to work in a sample game that I made. I want to test it in SCORM CLOUD but have no idea how to implement it in Construct. I have installed the addon but don't know what to do. Thanks!

  • Any reason this example might not work with the latest version of Construct? When I preview the layout, it gets stuck loading. If I remove the SCORM Addon it launches.