Use stats provides MNET services to organize a distributed recollection of stats data.
Web services are provides to extract and retrieve time stats from an external ERP.
Service: Remote access to static usage.
Retrieves aggregate login times in different courses, activity modules, or overall time.
An XML file that responds to the structure:
<USE_STATS> <USER> <USERNAME></USERNAME> <FIRSTNAME></FIRSTNAME> <LASTNAME></LASTNAME> <FROM></FROM> <ELAPSED></ELAPSED> </USER> <COURSES> <COURSE> <NAME></NAME> <SHORTNAME></SHORTNAME> <IDNUMBER></IDNUMBER> <ELAPSED></ELAPSED> </COURSE> </COURSES> </USE_STATS>
or
<USE_STATS> <USER> <USERNAME></USERNAME> <FIRSTNAME></FIRSTNAME> <LASTNAME></LASTNAME> <FROM></FROM> <ELAPSED></ELAPSED> </USER> <MODULES> <MODULE> <NAME></NAME> <TYPE></TYPE> <IDNUMBER></IDNUMBER> <ELAPSED></ELAPSED> </MODULE> </MODULES> </USE_STATS>
Dependant of the value of the “statsscope” parameter.
This function is an add-on to retrieve scores (notes) from the same service and in a format and method similar to the collection of statistics.
{…to be continued…}
Back to home - Back to plugin list order by type - Back to the component index - back to the technical index