Forum LAMS for Tech-Heads - General Forum: Moodle Lams activity reporting


 
You may request notification for Moodle Lams activity reporting.
Search: 

1: Moodle Lams activity reporting
04/21/09 10:00 AM
[ Reply | Forward ]
A client has noticed that the Moodle reporting feature does not track those who have viewed or completed a LAMs activity. This information is only in the LAMS UI. Is this by design? How hard would it be to send back this info to Moodle?

Posted by Dave Bauer

2: Re: Moodle Lams activity reporting
In response to 1 04/23/09 05:37 AM
[ Reply | Forward ]
Dave,

Is this what you are after?

http://bugs.lamsfoundation.org/browse/LDEV-1965

Posted by Ernie Ghiglione

3: Re: Moodle Lams activity reporting
In response to 1 04/24/09 12:48 PM
[ Reply | Forward ]
I tracked down the issue

1) In the version of lamstwo mod for moodle we had it was not recording cm->id. I fixed that.

I checked and even the latest code does not record the NAME of the lamstwo activity, but the id in the information field.

I changed view.php to read

add_to_log($course->id, "lamstwo", "view", "view.php?id=$cm->id", "$lamstwo->name", $cm->id);

where we send $lamstwo->name instead of $lamstwo->id.

I got the lamstwo module code from http://wiki.lamsfoundation.org/display/lams/Integrations specifically: http://lamscommunity.org/2.0/integrations/moodle/lamstwo.zip which refers to Moodle 1.8+.

Should this be updated to record the name which is much more interesting to a teacher than the sequence_id.

Posted by Dave Bauer

Reply to first post on this page
Back to LAMS for Tech-Heads - General Forum