Troy Foster
posted this on September 30, 2010 05:11 pm
We are pleased to present a beta release of a SCORM Cloud integration with the Google App Engine.
This application allows for the assignment and delivery of SCORM courses from the SCORM Cloud via an application hosted by Google through the Google App Engine. Besides the advantages of Google doing the application hosting and the SCORM Cloud delivering the training, this application also harnesses Google tools such as email and calendar services through Google Apps. This application was developed to be used by organizations that also use Google Apps for domains and is made to work within the confines of a single domain.
To use this application, you will need to download the attached file and unzip it locally. Then you need to follow the steps described here for using the Google App Engine with your Google Apps. Make sure to follow the steps to add the application to your domain. NOTE: You will need to make one change to the application file app.yaml in your downloaded files before attempting to upload the files to the Google App Engine. During the process of creating a new application on the App Engine pages, you will be prompted to create an 'Application Identifier'. After you do so, you will need to put that same application identifier on the first line of the app.yaml file after the "application:" label. Without doing this, the Google App Engine won't associate the application project files with the application you create online.
Download the application package here.
More complete installation instructions are in the INSTALL.txt file in the application package.
Once your application is working, you will first need to go to the "App Settings" page within the application to enter in your Google Apps domain name as well as your SCORM Cloud credentials.
As with our other integrations and projects, please let us know if you have problems by submitting a support ticket on this site.
Comments latest first
hello, I did my google apps account but I can not install Could scorm, wanted a tutorial for my study, thanks
Update on the Index out of Range issue.. it turns out that in spite of the trace message.. the objects do get installed in GAE and run just fine.. but they are accessed from the Cloud Course tab.. not the upload tab in our case..
I'm having good luck with most scorm objects that I import into the SCORMCloud Google App.. but when I try to run the Golf example zips I get this error.. thanks..
Traceback (most recent call last): File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/webapp/__init__.py", line 515, in __call__ handler.get(*groups) File "/base/data/home/apps/vivocourse/1.348788385376659121/decorators.py", line 83, in wrapper func(self, *args, **kw) File "/base/data/home/apps/vivocourse/1.348788385376659121/decorators.py", line 139, in check_role handler_method(self, *args, **kwargs) File "/base/data/home/apps/vivocourse/1.348788385376659121/adminviews.py", line 343, in get duration = int(dur[0].childNodes[0].nodeValue) > 0 and int(dur[0].childNodes[0].nodeValue)//100 or "unknown" IndexError: list index out of rangeHello,
I also wanna do some this type of courses. i am new in this field and i wanna learn all the things. your information is helpful and i get very good knowledge from it.
thanks!!
<a href="www.articlesnetwork.com">free article directories </a>
Updated the package with an index that was required for a couple of the reports queries. The affected file was index.yaml