[LON-CAPA-users] SCORM compliance?

Gerd Kortemeyer lon-capa-users@mail.lon-capa.org
Fri, 26 Sep 2008 07:27:39 -0400


Hi,

On Sep 26, 2008, at 12:24 AM, Todd Ruskell wrote:
>
> How compliant, if at all is LON-CAPA?  I have vague recollections of  
> discussions, but no details, and a quick search hasn't revealed  
> anything for me.   I'm asking because a faculty member has come  
> across a "SCORM Compliant" module that he'd like to use in a  
> course.  Naturally, it has some simple assessments built in.   I've  
> tried just dropping the module in place (html), and also dropped the  
> html into a .problem,  but these simple solutions don't seem to have  
> worked.  I think I might be able to play with the SCORM wrapper a  
> bit to better interface it with a .problem, but if I'm missing  
> something basic, and easy, that'd be better.


We do not support the SCORM Runtime Environment, since it sends the  
correct solutions to the browser and leaves the evaluation of  
correctness to the browser. I could easily write a script that would  
send back "correct" to the server for all questions.

Depending of what kind of problems these are (are they just multiple  
choice/numerical?), one could write a script that translates these  
into LON-CAPA XML. Also, if that module is available in IMS format, or  
if it can be loaded into some other system and then be exported as  
IMS, it might work.

- Gerd.