Archive for May, 2008

Custom reporting Moodle 2

Friday, May 2nd, 2008

Continued from this post Custom reporting Moodle. So from the previous post I got all the data I want from the standard Moodle log table. All I need is a mapping between ip-address and country / city / latlon . To geocode the ip-addresses I use the API from hostip, on the same site there is an example php script with a geocode function that uses caching. created mapping table in the database wrote php script to connect to the database and update the table with the geocoded ip addresses

Moodle Gradebook and Groups & Roles and Users

Friday, May 2nd, 2008

Gradebook and Groups Fiddling around with the new gradebook and seperate groups functionality in Moodle 1.9. In Moodle 1.8 the seperate groups functionality was automtically 'enforced' on the gradebook. In 1.9 when viewing the participants list, only users from your group will show up but when viewing the gradebook, surprisingly, all ...