ATutor

Learning Management Tools







Pages:1 2 3 4 5 6 7 8 9 10 11 12 13 14 15


Scorm User Tracking


  • 2015-08-18 09:05:40

    Scorm User Tracking

    If you are asking for help, provide lots of detail so problems can be reproduced.

    Things to describe:
    Operating system ATutor is installed on - Linux 2.6.32-431.11.2.el6.x86_64
    ATutor version -2.1.1
    Patch #s applied - All
    ATutor theme name - 1.6 Basic
    PHP version - 5.4.24
    MySQL version - 5.2
    Webserver & version - Apache 2


    Our elearning time has are using scorm modules now and would like to track users on scorm. My understanding is that Atutor does track this in the database but last I could see the tools to report this have not been developed yet to present this data. Is this still the case??? If it is is it possible to get a quote on how much to develop the needed tool?

  • 2015-08-20 13:14:37

    Re: Scorm User Tracking

    The SCORM module was originally a community contributed module, though there is no one maintaining it now. It did at one time collect data, though I seem to recall there were problems with the data collection so it was disabled.

    If you are interested, perhaps you can take ownership of the module and continue its development.

    [reply][b]In reply to:[/b]
    If you are asking for help, provide lots of detail so problems can be reproduced.

    Things to describe:
    Operating system ATutor is installed on - Linux 2.6.32-431.11.2.el6.x86_64
    ATutor versio...
    [op]forums/view.php?fid=7;pid=25534;page=1#25534[/op][/reply]

  • 2015-08-29 11:02:24

    Re: Scorm User Tracking

    Is the tracking still just disabled or has it been removed? If it is still there can you send me all the information about it. I have a couple of developers that work for me and I will look into possibly taking it over.

  • 2015-08-29 12:14:12

    Re: Scorm User Tracking

    I did some digging through old versions of the module, and the code that was saving data no longer seems to be there (cmi.php), or perhaps was never there, though the table that stores the data is still in the module.sql file.

    https://github.com/atutor/scorm_packages/blob/master/scorm-1.2/lib.inc.php#L84-L100

    https://github.com/atutor/scorm_packages/blob/master/module.sql#L67-L75

    I could find not references to the getCMILinks function that apparently saved data, so perhaps it was not implemented in the first place.


    I did find this bug report, which suggests a fix. It also suggest cmi data is being processed through the .jar file.

    http://atutor.ca/atutor/mantis/view.php?id=4618&history=1

    https://github.com/atutor/scorm_packages/blob/master/scorm-1.2/view.inc.php#L178-L191

    https://github.com/atutor/scorm_packages/blob/master/scorm-1.2/java/ATutorApiAdapterApplet.java#L9

    Hopefully there's something useful there.