I am using C2 to make games and quiz's and recently I was asked if I could get C2 games to communicate with a SCORM compliant LMS. Has anyone out there had success with this or know where I can find a plugin.
I've been looking into that aswell... I don't know the scorm tech at all but for elearning it seems to be a pretty consistant starndard.. Anyhow as far as I know thare are no plugins for construct -> scorm connection available .. but if you are up for it I found this github project that (as far as I can see) will help you on the way to do what you want.. github.com/pipwerks/scorm-api-wrapper
Great stuff, very helpful I will analyse this and post a solution should I find one.
Thanks
I don't think there's a plugin yet but you could make your own with the Javascript SDK: https://www.scirra.com/manual/15/sdk
Anyone have any luck on a C2 scorm LMS solution? I'm getting frustrated with Captivate and would love to do my some of my work in C2.
I'm trying to integrate C2 with pipwerks wrapper and seems working...
I don't think i will make a plugin too soon because it is an "harcoded integration"
I am trying a method based on this process used by the guys at elearningbrothers.
http://support.elearningbrothers.com/en ... ML-5-Games
I will post the results and hopefully a working process to my elearning blog. www.e-gamification.com
You can use Construct2 in Captivate8 using the web object in Captv8. But reporting is difficult. So far I can get games to display but not feed back to SCORM or Captivate main runtime.
I had some success using Lectora as the SCORM wrapper. Including the C2 game inside it in an iframe I can send and get values with javascript between the game and Lectora which is doing all the SCORM tracking.
Develop games in your browser. Powerful, performant & highly capable.
I'm using this https://github.com/pipwerks/scorm-api-wrapper with some javascript hardcoded stuff... and it works <img src="{SMILIES_PATH}/icon_razz.gif" alt=":P" title="Razz">