Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Are there any LMS (hosting SCORM) Rails gems or apps written in Ruby on Rails? I would be using Articulate to create the SCORM.

Thanks!

share|improve this question

2 Answers

up vote 0 down vote accepted

There's Canvas LMS. It appears to be under very active development, with the most recent update to master happening yesterday:

https://github.com/instructure/canvas-lms/wiki

http://guides.instructure.com/m/4214/l/41907

I don't have any personal experience with it so I can't comment on its quality.

share|improve this answer
Thanks for the answer! – Reddirt Jan 12 at 16:44

You can use SCORMCloud to serve the SCORM content from Rails.

There's a github repo that implements some of the API:

https://github.com/aeseducation/scorm-cloud

Just be careful of running rake test there..... it tries to delete all of your courses (not good if its pointed at a prod environment).

My company builds integs for SCORMCloud, our Bright service uses a rails back end a fork of the AES lib (we are planning on recommitting this back onto github soon).

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.