My department is working on setting up a Learning Management System (LMS) but
at this time we are not ready to do so. Unfortunately, other departments are
looking to publish courses with tracking and authentication and, having no LMS
to link them too, we?re having obvious problems imposing standards on the
upcoming courses aside from telling them to keep it SCORM compliant.
In order to create an interim solution this problem, I am hoping to utilize
the Flash quiz templates using the ?Flash with SCORM tracking? publishing
option to send the information from the quizzes to a SCORM compliant MSSQL
database. From what I understand the ?SCORM tracking? publishing option tells
the movie to look for a LMS connection and then pass along its information to
it (more or less). In summary, my goals are to:
1. Set up a SCORM compliant MSSQL database
2. Write or integrate an interface that will act like an LMS handshake with
the Flash movie and accept the data from it for storage in the database
3. Hook the front end of the system up to our HR LDAP for authentication
This would give us in essence a ?lite? LMS that should hold us over until we
purchase an enterprise system and have the added benefit of setting a standard
for other departments to conform too. My current problems are that I?m still
looking for a MSSQL schema that will work for my purposes and I don?t really
know where to start with the Flash ?SCORM tracking? to database interface.
Authentication I don?t foresee as being a problem at this point. We have
primarily a Java based environment here so most of the open source LMS systems
I?ve researched are unusable (Moodle, etc).
If anyone has any suggestion on how I should proceed at this point I?d very
much appreciate it. Also, if anyone is doing freelance/contracting/consulting
in the NYC metro area and has the know-how to solve this problem please let me
know.
Motion Maker - 07 May 2006 03:10 GMT
I am fairly familar with the Learning Interactions but have not explored
them with SCORM tracking.
I believe Flash is really communicating with Javascript for the LMS
standards and communications. This gives an overview.
http://livedocs.macromedia.com/flash/8/main/00000976.html
Generally I just customized to send data directly and leave the Flash movie
out of the LMS tracking.

Signature
Lon Hosford
www.lonhosford.com
May many happy bits flow your way!
My department is working on setting up a Learning Management System (LMS)
but
at this time we are not ready to do so. Unfortunately, other departments are
looking to publish courses with tracking and authentication and, having no
LMS
to link them too, we?re having obvious problems imposing standards on the
upcoming courses aside from telling them to keep it SCORM compliant.
In order to create an interim solution this problem, I am hoping to utilize
the Flash quiz templates using the ?Flash with SCORM tracking? publishing
option to send the information from the quizzes to a SCORM compliant MSSQL
database. From what I understand the ?SCORM tracking? publishing option
tells
the movie to look for a LMS connection and then pass along its information
to
it (more or less). In summary, my goals are to:
1. Set up a SCORM compliant MSSQL database
2. Write or integrate an interface that will act like an LMS handshake with
the Flash movie and accept the data from it for storage in the database
3. Hook the front end of the system up to our HR LDAP for authentication
This would give us in essence a ?lite? LMS that should hold us over until
we
purchase an enterprise system and have the added benefit of setting a
standard
for other departments to conform too. My current problems are that I?m still
looking for a MSSQL schema that will work for my purposes and I don?t really
know where to start with the Flash ?SCORM tracking? to database interface.
Authentication I don?t foresee as being a problem at this point. We have
primarily a Java based environment here so most of the open source LMS
systems
I?ve researched are unusable (Moodle, etc).
If anyone has any suggestion on how I should proceed at this point I?d very
much appreciate it. Also, if anyone is doing
freelance/contracting/consulting
in the NYC metro area and has the know-how to solve this problem please let
me
know.
Skythian - 09 May 2006 13:51 GMT
Thanks MM, I do have that document or one similar to it so think I understand
the process alright. However, without an LMS the connection point is missing
and that's what I'm trying to work around. SCORM compliance I believe is a
necessity for ease of future inclusion in a full LMS.
So unfortuantely, no closer to a solution. I did get and install the SCORM
2004 run time environment but again, no easily apparentt way to link a flash
quiz template into it so I'm still looking.
icarus013 - 24 Oct 2006 04:43 GMT
Skythian,
Did you ever solve your problem? I have just run into your same problem. Any suggestions would be great.
TIA!
jhutchdublin - 14 May 2006 18:20 GMT
Yes you set Flash to Scorm in the publish settings. Also, for free LMS check
out www.moodle.org.
This is better than access -- it's a PHP and MySql configuration.
Flash can communication with MySQL using PHP and Flash Remoting (AMFPHP) at
www.AMFPHP.org