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!
|
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! |
|||
|
|
|
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. |
|||
|
|
|
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). |
|||
|
|